glib/gio/tests/gdbus-object-manager-example
Xavier Claessens 7c70bef8b6 gdbus-peer: Make sure to not include objectmanager-gen.c source
The executable depends only on the generated header file at compile
time, and on the library at link time. So meson can decide to compile
gdbus-peer.c before compiling the library and thus won't have generated
the header yet, causing the build error.

So declare_dependency() should only have the header file in its sources,
to force generating files before compiling gdbus-peer.c without
including objectmanager-gen.c into gdbus-peer's sources.
2018-10-25 07:34:23 -04:00
..
gdbus-example-objectmanager.xml gdbus-codegen: make members of an interface inherit the "Since" annotation 2012-10-03 11:13:12 -04:00
Makefile.am build: work around meson issue with too long filenames on Windows. Fixes #1556 2018-10-04 10:45:45 +02:00
meson.build gdbus-peer: Make sure to not include objectmanager-gen.c source 2018-10-25 07:34:23 -04:00