summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-05-15 19:45:05 +0200
committerLennart Poettering <lennart@poettering.net>2013-05-15 19:45:45 +0200
commit453a0c2946da620f99825d39db335e9ea9861829 (patch)
treecb994a26bf2b84d0c6090e88d8ccb113aeef37e6 /Makefile.am
parent99271804172f6ac51be9556b2bdf37d6a7e952bc (diff)
bus: add support for adding memfds into message payload
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am13
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