summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am15
1 files changed, 13 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 567490ea63..7afa2f1576 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -52,7 +52,8 @@ pkglibexec_PROGRAMS = \
noinst_PROGRAMS = \
test-engine \
- test-job-type
+ test-job-type \
+ test-ns
dbuspolicy_DATA = \
org.freedesktop.systemd1.conf
@@ -161,7 +162,9 @@ COMMON_SOURCES= \
unit-name.c \
unit-name.h \
fdset.c \
- fdset.h
+ fdset.h \
+ namespace.h \
+ namespace.c
systemd_SOURCES = \
$(COMMON_SOURCES) \
@@ -192,6 +195,14 @@ test_job_type_SOURCES = \
test_job_type_CPPFLAGS = $(systemd_CPPFLAGS)
test_job_type_LDADD = $(systemd_LDADD)
+test_ns_SOURCES = \
+ $(BASIC_SOURCES) \
+ test-ns.c \
+ namespace.c
+
+test_ns_CPPFLAGS = $(systemd_CPPFLAGS)
+test_ns_LDADD = $(systemd_LDADD)
+
systemd_logger_SOURCES = \
$(BASIC_SOURCES) \
logger.c