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:
Thomas Vander Stichele 2005-06-30 10:22:15 +00:00
parent f05cd57bf2
commit 9f6391390a
2 changed files with 6 additions and 2 deletions

View file

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

View file

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