summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2014-11-10 17:32:29 +0100
committerKay Sievers <kay@vrfy.org>2014-11-10 17:32:29 +0100
commit7680857ab80c012021b672aac920e0453b116460 (patch)
tree4cdf655b6d6b004512c2411b6658f11350e81f35 /Makefile.am
parented80170d8381cb59d323414838f189cd0d200dad (diff)
build-sys: add libcap to libsystemd-shared
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 2bb1f02f88..43d1d3ce10 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -903,9 +903,13 @@ nodist_libsystemd_shared_la_SOURCES = \
libsystemd_shared_la_CFLAGS = \
$(AM_CFLAGS) \
+ $(CAP_CFLAGS) \
$(SECCOMP_CFLAGS) \
-pthread
+libsystemd_shared_la_LIBADD = \
+ $(CAP_LIBS)
+
# ------------------------------------------------------------------------------
noinst_LTLIBRARIES += \
libsystemd-units.la