diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-12-09 23:03:21 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-12-09 23:04:49 +0100 |
commit | 6647dc6659e1e42b3cff3cf5033ea5624000e650 (patch) | |
tree | d791130268d4f28f4126343003210c0669653625 /Makefile.am | |
parent | d3a485135a98184cba28992752834a1bb4769003 (diff) |
bus: demarshal gvariant
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7bedd76f39..c13956dc9d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2162,11 +2162,15 @@ test_bus_gvariant_LDADD = \ libsystemd-id128-internal.la \ libsystemd-daemon-internal.la \ libsystemd-shared.la \ - $(GLIB_LIBS) + libsystemd-bus-dump.la \ + libsystemd-capability.la \ + $(GLIB_LIBS) \ + $(CAP_LIBS) test_bus_gvariant_CFLAGS = \ $(AM_CFLAGS) \ $(GLIB_CFLAGS) + $(CAP_CFLAGS) test_bus_creds_SOURCES = \ src/libsystemd-bus/test-bus-creds.c |