From 5c89e29c1071b63a0c65900cc1a36d4515a11219 Mon Sep 17 00:00:00 2001 From: John Jenkins Date: Tue, 21 Apr 2015 14:57:55 -0500 Subject: [PATCH] cleaning up dist tarball --- Makefile.am | 6 ++++-- configure.ac | 2 +- src/models/Makefile.subdir | 3 ++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index ba4ff30..87a1b48 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,8 +18,10 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = maint/codes-net.pc $(pkgconfig_DATA): config.status -EXTRA_DIST += prepare.sh GETTING_STARTED COPYRIGHT RELEASE_NOTES TODO.txt \ - misc/README misc/ptrn_loggp-2.4.6.patch +EXTRA_DIST += \ + prepare.sh TODO.txt configure.ac uc-codes.cfg reformat.sh \ + misc/README misc/ptrn_loggp-2.4.6.patch \ + doc/BUILD_STEPS doc/GETTING_STARTED doc/RELEASE_NOTES AM_CPPFLAGS = -I$(top_srcdir)/src ${CODES_BASE_CFLAGS} diff --git a/configure.ac b/configure.ac index fac9db6..57986b1 100755 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.67]) -AC_INIT([codes-net], [0.3.0], [http://trac.mcs.anl.gov/projects/codes/newticket],[],[http://www.mcs.anl.gov/projects/codes]) +AC_INIT([codes-net], [0.4.0], [http://trac.mcs.anl.gov/projects/codes/newticket],[],[http://www.mcs.anl.gov/projects/codes]) AC_CANONICAL_TARGET AC_CANONICAL_SYSTEM diff --git a/src/models/Makefile.subdir b/src/models/Makefile.subdir index e3045e5..dcd6561 100644 --- a/src/models/Makefile.subdir +++ b/src/models/Makefile.subdir @@ -1,7 +1,8 @@ lib_LIBRARIES += src/libcodes-net.a EXTRA_DIST += \ - src/models/network-workloads/README.txt \ + src/models/network-workloads/README_synthetic.txt \ + src/models/network-workloads/README_traces.txt \ src/models/network-workloads/conf/modelnet-mpi-test.conf \ src/models/network-workloads/conf/modelnet-mpi-test-cry-router.conf \ src/models/network-workloads/conf/modelnet-mpi-test-dragonfly.conf \ -- 2.26.2