no test dir
authorAndy Wingo <wingo@pobox.com>
Fri, 4 Jan 2002 21:57:08 +0000 (21:57 +0000)
committerAndy Wingo <wingo@pobox.com>
Fri, 4 Jan 2002 21:57:08 +0000 (21:57 +0000)
Original commit message from CVS:
no test dir

Makefile.am

index c09e356..01082a8 100644 (file)
@@ -8,7 +8,7 @@ SUBDIRS_DOCS =
 endif
 
 if BUILD_TESTS
-SUBDIRS_TESTS = test tests testsuite
+SUBDIRS_TESTS = tests testsuite
 else
 SUBDIRS_TESTS =
 endif
@@ -23,7 +23,7 @@ SUBDIRS = include gst libs tools \
        $(SUBDIRS_TESTS) $(SUBDIRS_EXAMPLES) $(SUBDIRS_DOCS)
 
 # These are all the possible subdirs
-DIST_SUBDIRS = include gst libs tools test tests testsuite examples docs
+DIST_SUBDIRS = include gst libs tools tests testsuite examples docs
 
 
 pkgconfigdir = $(libdir)/pkgconfig