changeset 2470:9f773b840171

Remove unnecessary libsrc2/Makefile.am
author stever <stever>
date Sat, 03 Jan 2009 20:06:59 +0000
parents afa80ebfd3b1
children 8105456c3289
files ChangeLog Makefile.am configure.in libsrc2/Makefile.am
diffstat 4 files changed, 6 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2009-01-03  Steve M. Robbins  <smr@sumost.ca>
 
+	* libsrc2/Makefile.am: Remove; the only content was SUBDIRS = test.
+	* Makefile.am: Change SUBDIRS from libsrc2 to libsrc2/test.
+	* configure.in: Remove libsrc2/Makefile output.
+
 	* testdir/xfmconcat_01.sh:
 	* testdir/xfmconcat_02.sh: Add -clobber to output-generating commands.
 
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,7 +8,7 @@
 
 SUBDIRS = . volume_io testdir doc
 if MINC2
-SUBDIRS += libsrc2
+SUBDIRS += libsrc2/test
 endif
 
 # Add these to the include searches.
--- a/configure.in
+++ b/configure.in
@@ -6,7 +6,7 @@
 AM_INIT_AUTOMAKE
 AC_CONFIG_HEADERS([config.h])
 
-AC_REVISION($Revision: 6.35 $)
+AC_REVISION($Revision: 6.36 $)
 
 AC_PROG_INSTALL
 AC_PROG_LN_S
@@ -82,7 +82,6 @@
 epm-header
 doc/Makefile
 testdir/Makefile 
-libsrc2/Makefile
 libsrc2/test/Makefile
 volume_io/Makefile
 volume_io/Documentation/Makefile
deleted file mode 100644
--- a/libsrc2/Makefile.am
+++ /dev/null
@@ -1,2 +0,0 @@
-SUBDIRS = test
-