From b77c08e06b67d5b1dd8aaf67b732e93851d8ae43 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Thu, 20 Feb 2014 19:26:54 +0100 Subject: condition: split out most of condition handling into libsystemd-shard The parts that require linknig to libcap, libselinux and friends stays in libsystemd-core. --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 03a65bf084..ee7dd2d6cf 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 \ -- cgit v1.2.3-54-g00ecf