mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
fix distcheck
Original commit message from CVS: fix distcheck
This commit is contained in:
parent
8d7c6287be
commit
9e8f394424
2 changed files with 6 additions and 6 deletions
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue