mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 14:42:10 +01:00
build: Fix rules for marshalers.[ch]
This commit is contained in:
parent
3d52ee999a
commit
d10f79a196
1
gobject/tests/.gitignore
vendored
1
gobject/tests/.gitignore
vendored
@ -9,3 +9,4 @@ reference
|
||||
signals
|
||||
threadtests
|
||||
valuearray
|
||||
marshalers.[ch]
|
||||
|
@ -20,12 +20,15 @@ TEST_PROGS += \
|
||||
|
||||
signals_SOURCES = signals.c marshalers.c
|
||||
|
||||
marshalers.h: marshalers.list
|
||||
marshalers.h: Makefile.am marshalers.list
|
||||
$(AM_V_GEN) ../glib-genmarshal --prefix=test $(srcdir)/marshalers.list --header --valist-marshallers > marshalers.h
|
||||
|
||||
marshalers.c: marshalers.list
|
||||
marshalers.c: Makefile.am marshalers.list
|
||||
$(AM_V_GEN) ../glib-genmarshal --prefix=test $(srcdir)/marshalers.list --body --valist-marshallers > marshalers.c
|
||||
|
||||
BUILT_SOURCES = marshalers.h marshalers.c
|
||||
CLEANFILES = marshalers.h marshalers.c
|
||||
|
||||
ifaceproperties_SOURCES = ifaceproperties.c testcommon.h
|
||||
|
||||
EXTRA_DIST = marshalers.list
|
||||
EXTRA_DIST += marshalers.list
|
||||
|
Loading…
x
Reference in New Issue
Block a user