automake fix

Original commit message from CVS:
automake fix
This commit is contained in:
Thomas Vander Stichele 2004-03-15 16:59:53 +00:00
parent fa3625c241
commit 3bbe7b2a26
2 changed files with 4 additions and 2 deletions

View file

@ -13,7 +13,8 @@ check_PROGRAMS = $(tests_pass) $(tests_fail)
$(tests_pass) $(tests_fail): $(top_builddir)/tools/gst-register-@GST_MAJORMINOR@
# rebuild gst-register-@GST_MAJORMINOR@ if needed
$(top_builddir)/tools/gst-register-@GST_MAJORMINOR@:
# the EXEEXT is because am 1.6 complained about overrides
$(top_builddir)/tools/gst-register-@GST_MAJORMINOR@$(EXEEXT):
cd $(top_builddir)/tools && make
TESTS = $(tests_pass) $(tests_fail)

View file

@ -13,7 +13,8 @@ check_PROGRAMS = $(tests_pass) $(tests_fail)
$(tests_pass) $(tests_fail): $(top_builddir)/tools/gst-register-@GST_MAJORMINOR@
# rebuild gst-register-@GST_MAJORMINOR@ if needed
$(top_builddir)/tools/gst-register-@GST_MAJORMINOR@:
# the EXEEXT is because am 1.6 complained about overrides
$(top_builddir)/tools/gst-register-@GST_MAJORMINOR@$(EXEEXT):
cd $(top_builddir)/tools && make
TESTS = $(tests_pass) $(tests_fail)