summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2001-09-29 10:53:45 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2001-09-29 10:53:45 +0000
commit66f8bf4e2f745d4d5e27aa242aae6703babb7f11 (patch)
treec576201fbb33cd863f92775b783c4ba9153964a7
parent409d40833644cc61f2d7c3d76b9ee618af163a50 (diff)
downloadgstreamer-66f8bf4e2f745d4d5e27aa242aae6703babb7f11.tar.gz
remove ltconfig.sh temporarily
Original commit message from CVS: remove ltconfig.sh temporarily
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index e319295b68..2916ddd30a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,7 +15,7 @@ SUBDIRS_DOCS =
endif
if BUILD_TESTS
-SUBDIRS_TESTS = test tests testsuite
+SUBDIRS_TESTS =
else
SUBDIRS_TESTS =
endif
@@ -47,7 +47,7 @@ EXTRA_DIST = gstreamer.spec.in gstreamer-config.in gstreamer.m4 \
gstreamer.pc.in gstreamer-uninstalled.pc.in \
configure.base autogen.sh \
LICENSE REQUIREMENTS ABOUT-NLS $(man_MANS) \
- idiottest.mak ltconfig.sh
+ idiottest.mak
dist-hook:
cp gstreamer.spec $(distdir)