mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-27 07:56:14 +01:00
Build gdbus-example-objectmanager-server again
It was removed, apparently accidentally, in commit5b48dc4
. This had the side-effect that it wasn't included in tarball releases, which means that commitab7b4be
doesn't work when building a package. Bug: https://bugzilla.gnome.org/show_bug.cgi?id=734469 Reviewed-by: Colin Walters <walters@verbum.org>
This commit is contained in:
parent
0dbc81c73a
commit
236e8040b4
@ -375,6 +375,9 @@ gdbus_non_socket_SOURCES = \
|
||||
uninstalled_test_extra_programs += gdbus-example-objectmanager-client
|
||||
gdbus_example_objectmanager_client_LDADD = gdbus-object-manager-example/libgdbus-example-objectmanager.la $(LDADD)
|
||||
|
||||
uninstalled_test_extra_programs += gdbus-example-objectmanager-server
|
||||
gdbus_example_objectmanager_server_LDADD = gdbus-object-manager-example/libgdbus-example-objectmanager.la $(LDADD)
|
||||
|
||||
test_extra_programs += gsubprocess-testprog
|
||||
|
||||
uninstalled_test_extra_programs += gdbus-test-fixture
|
||||
|
Loading…
Reference in New Issue
Block a user