mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
gobject/tests: Add missing build dependency
This commit is contained in:
parent
f9e47f1f2f
commit
18702168e1
@ -44,5 +44,5 @@ endif
|
||||
marshalers.h: Makefile.am marshalers.list
|
||||
$(AM_V_GEN) $(glib_genmarshal) --prefix=test $(srcdir)/marshalers.list --header --valist-marshallers > marshalers.h
|
||||
|
||||
marshalers.c: Makefile.am marshalers.list
|
||||
marshalers.c: Makefile.am marshalers.h marshalers.list
|
||||
$(AM_V_GEN) (echo "#include \"marshalers.h\""; $(glib_genmarshal) --prefix=test $(srcdir)/marshalers.list --body --valist-marshallers) > $@.tmp && mv $@.tmp $@
|
||||
|
Loading…
Reference in New Issue
Block a user