[glib] Build gdbus-example-objectmanager-server again



commit 236e8040b4f8fbf213374ce398ecf29ce011f47c
Author: Simon McVittie <simon mcvittie collabora co uk>
Date:   Mon Nov 2 17:17:55 2015 +0000

    Build gdbus-example-objectmanager-server again
    
    It was removed, apparently accidentally, in commit 5b48dc4.
    This had the side-effect that it wasn't included in tarball releases,
    which means that commit ab7b4be doesn't work when building a package.
    
    Bug: https://bugzilla.gnome.org/show_bug.cgi?id=734469
    Reviewed-by: Colin Walters <walters verbum org>

 gio/tests/Makefile.am |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/gio/tests/Makefile.am b/gio/tests/Makefile.am
index 868873f..894cf43 100644
--- a/gio/tests/Makefile.am
+++ b/gio/tests/Makefile.am
@@ -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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]