X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=c13956dc9dcf8ace2e3b9ac853fcccf0661466c2;hb=e1d337d4626728545748302735e9e382b5741e83;hp=7bedd76f397e55af0bd775e164db1aba94a9d97b;hpb=bc25a2fb66ebf14589bb7ce5ecbd35301ee484ac;p=elogind.git diff --git a/Makefile.am b/Makefile.am index 7bedd76f3..c13956dc9 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