mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-10 12:38:54 +02:00
gio tests: add codegen to BUILT_SOURCES
We need to have these in BUILT_SOURCES so that 'make' knows to generate them before attempting to compile other .c files in the same directory (since some of these files include the header). Should fix up remaining issues about partial versions of this file being included under parallel builds. https://bugzilla.gnome.org/show_bug.cgi?id=725891
This commit is contained in:
@ -435,6 +435,7 @@ gdbus_threading_SOURCES = $(gdbus_sessionbus_sources) gdbus-thr
|
|||||||
gmenumodel_SOURCES = $(gdbus_sessionbus_sources) gmenumodel.c
|
gmenumodel_SOURCES = $(gdbus_sessionbus_sources) gmenumodel.c
|
||||||
gnotification_SOURCES = $(gdbus_sessionbus_sources) gnotification.c gnotification-server.h gnotification-server.c
|
gnotification_SOURCES = $(gdbus_sessionbus_sources) gnotification.c gnotification-server.h gnotification-server.c
|
||||||
|
|
||||||
|
BUILT_SOURCES += gdbus-test-codegen-generated.c gdbus-test-codegen-generated.h
|
||||||
gdbus-test-codegen.o: gdbus-test-codegen-generated.h
|
gdbus-test-codegen.o: gdbus-test-codegen-generated.h
|
||||||
gdbus-test-codegen-generated.h: test-codegen.xml Makefile $(top_builddir)/gio/gdbus-2.0/codegen/gdbus-codegen
|
gdbus-test-codegen-generated.h: test-codegen.xml Makefile $(top_builddir)/gio/gdbus-2.0/codegen/gdbus-codegen
|
||||||
$(AM_V_GEN) UNINSTALLED_GLIB_SRCDIR=$(top_srcdir) \
|
$(AM_V_GEN) UNINSTALLED_GLIB_SRCDIR=$(top_srcdir) \
|
||||||
|
Reference in New Issue
Block a user