summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2014-02-20 19:26:54 +0100
committerTom Gundersen <teg@jklm.no>2014-02-20 20:14:33 +0100
commitb77c08e06b67d5b1dd8aaf67b732e93851d8ae43 (patch)
tree02ef68efc40638eb2c0c58ada6de66d5b87eec4e /Makefile.am
parentafc50ea84e40d6a3f27ad5bfb5161e2d9b431275 (diff)
condition: split out most of condition handling into libsystemd-shard
The parts that require linknig to libcap, libselinux and friends stays in libsystemd-core.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 03a65bf08..ee7dd2d6c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -766,7 +766,9 @@ libsystemd_shared_la_SOURCES = \
src/shared/audit.c \
src/shared/audit.h \
src/shared/xml.c \
- src/shared/xml.h
+ src/shared/xml.h \
+ src/shared/condition-util.c \
+ src/shared/condition-util.h
nodist_libsystemd_shared_la_SOURCES = \
src/shared/errno-from-name.h \