From 9e8f394424bbbfb0be838ada0d7279b2d745c83f Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 11 Apr 2005 11:40:11 +0000 Subject: [PATCH] fix distcheck Original commit message from CVS: fix distcheck --- check/Makefile.am | 6 +++--- tests/check/Makefile.am | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/check/Makefile.am b/check/Makefile.am index eb9c0c3220..ff58328f87 100644 --- a/check/Makefile.am +++ b/check/Makefile.am @@ -8,7 +8,7 @@ plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ $(TESTS): $(top_builddir)/tools/gst-register # rebuild gst-register-@GST_MAJORMINOR@ if needed -$(top_builddir)/tools/gst-register: +$(top_builddir)/tools/gst-register-@GST_MAJORMINOR@$(EXEEXT): cd $(top_builddir)/tools && make # override to _not_ install the test plugins @@ -19,12 +19,12 @@ CLEANFILES = core.* test-registry.xml clean-local: for i in find . -name .libs; do \ - rm -rf $$i \ + rm -rf $$i; \ done TESTS = $(top_builddir)/tools/gst-register \ gst/gstbin \ - gst/gstbus \ + gst/gstbus \ gst/gstcaps \ gst/gstdata \ gst/gstiterator \ diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index eb9c0c3220..ff58328f87 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -8,7 +8,7 @@ plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ $(TESTS): $(top_builddir)/tools/gst-register # rebuild gst-register-@GST_MAJORMINOR@ if needed -$(top_builddir)/tools/gst-register: +$(top_builddir)/tools/gst-register-@GST_MAJORMINOR@$(EXEEXT): cd $(top_builddir)/tools && make # override to _not_ install the test plugins @@ -19,12 +19,12 @@ CLEANFILES = core.* test-registry.xml clean-local: for i in find . -name .libs; do \ - rm -rf $$i \ + rm -rf $$i; \ done TESTS = $(top_builddir)/tools/gst-register \ gst/gstbin \ - gst/gstbus \ + gst/gstbus \ gst/gstcaps \ gst/gstdata \ gst/gstiterator \