Changes by: flatcap
Update of /cvsroot/linux-ntfs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5219
Modified Files:
Makefile.am
Log Message:
minor improvements to test build
Index: Makefile.am
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/Makefile.am,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- Makefile.am 14 Sep 2005 12:23:08 -0000 1.19
+++ Makefile.am 20 Sep 2005 19:24:09 -0000 1.20
@@ -1,5 +1,5 @@
-SUBDIRS = doc include libntfs ntfsprogs test
+SUBDIRS = doc include libntfs ntfsprogs
EXTRA_DIST = AUTHORS CREDITS COPYING TODO.include TODO.libntfs ChangeLog \
INSTALL NEWS README autogen.sh ntfsprogs.spec.in \
@@ -8,7 +8,7 @@ EXTRA_DIST = AUTHORS CREDITS COPYING TOD
AUTOMAKE_OPTIONS = gnu
MAINTAINERCLEANFILES = configure Makefile.in aclocal.m4 compile depcomp \
- install-sh missing config.guess config.sub config.h.in INSTALL
+ install-sh ltmain.sh missing config.guess config.sub config.h.in INSTALL
dist-hook: ntfsprogs.spec
cp ntfsprogs.spec $(distdir)
@@ -30,6 +30,7 @@ extras: libs
if ENABLE_TEST
test: libs
(cd test && $(MAKE) all test) || exit 1;
+SUBDIRS += test
else
.PHONY: test
test:
|