mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
automake fix
Original commit message from CVS: automake fix
This commit is contained in:
parent
fa3625c241
commit
3bbe7b2a26
2 changed files with 4 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue