fix distcheck

Original commit message from CVS:
fix distcheck
This commit is contained in:
Thomas Vander Stichele 2005-04-11 11:40:11 +00:00
parent 8d7c6287be
commit 9e8f394424
2 changed files with 6 additions and 6 deletions

View file

@ -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 \

View file

@ -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 \