diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index eb85c8dada..fa626c5a2f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1758,7 +1758,8 @@ tests += \ test-bus-server \ test-bus-match \ test-bus-kernel \ - test-bus-memfd + test-bus-memfd \ + test-bus-zero-copy noinst_PROGRAMS += \ busctl @@ -1840,6 +1841,16 @@ test_bus_memfd_LDADD = \ libsystemd-shared.la \ libsystemd-bus.la +test_bus_zero_copy_SOURCES = \ + src/libsystemd-bus/test-bus-zero-copy.c + +test_bus_zero_copy_CFLAGS = \ + $(AM_CFLAGS) + +test_bus_zero_copy_LDADD = \ + libsystemd-shared.la \ + libsystemd-bus.la + busctl_SOURCES = \ src/libsystemd-bus/busctl.c |