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 \