go back to the circular dependency for now
authorThomas Vander Stichele <thomas@apestaart.org>
Thu, 30 Jun 2005 10:22:15 +0000 (10:22 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Thu, 30 Jun 2005 10:22:15 +0000 (10:22 +0000)
Original commit message from CVS:
go back to the circular dependency for now

check/Makefile.am
tests/check/Makefile.am

index dab19cf..98e7196 100644 (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                          \
index dab19cf..98e7196 100644 (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                          \