mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 04:41:16 +00:00
go back to the circular dependency for now
Original commit message from CVS: go back to the circular dependency for now
This commit is contained in:
parent
f05cd57bf2
commit
9f6391390a
2 changed files with 6 additions and 2 deletions
|
@ -20,7 +20,9 @@ clean-local:
|
|||
rm -rf $$i; \
|
||||
done
|
||||
|
||||
TESTS = $(top_builddir)/tools/gst-register-@GST_MAJORMINOR@ \
|
||||
# FIXME: it'd be nicer to run the versioned register, but in that case
|
||||
# "make dist" complains about not finding gst-register-0.9.c
|
||||
TESTS = $(top_builddir)/tools/gst-register \
|
||||
gst/gst \
|
||||
gst/gstbin \
|
||||
gst/gstbuffer \
|
||||
|
|
|
@ -20,7 +20,9 @@ clean-local:
|
|||
rm -rf $$i; \
|
||||
done
|
||||
|
||||
TESTS = $(top_builddir)/tools/gst-register-@GST_MAJORMINOR@ \
|
||||
# FIXME: it'd be nicer to run the versioned register, but in that case
|
||||
# "make dist" complains about not finding gst-register-0.9.c
|
||||
TESTS = $(top_builddir)/tools/gst-register \
|
||||
gst/gst \
|
||||
gst/gstbin \
|
||||
gst/gstbuffer \
|
||||
|
|
Loading…
Reference in a new issue