From 9f6391390a8431768d261420f4b3a59c9b2e9843 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 30 Jun 2005 10:22:15 +0000 Subject: [PATCH] go back to the circular dependency for now Original commit message from CVS: go back to the circular dependency for now --- check/Makefile.am | 4 +++- tests/check/Makefile.am | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/check/Makefile.am b/check/Makefile.am index dab19cfe23..98e719687e 100644 --- a/check/Makefile.am +++ b/check/Makefile.am @@ -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 \ diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index dab19cfe23..98e719687e 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -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 \