[systemd-commits] Makefile.am
Kay Sievers
kay at kemper.freedesktop.org
Mon Nov 10 08:32:53 PST 2014
Makefile.am | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 7680857ab80c012021b672aac920e0453b116460
Author: Kay Sievers <kay at vrfy.org>
Date: Mon Nov 10 17:32:29 2014 +0100
build-sys: add libcap to libsystemd-shared
diff --git a/Makefile.am b/Makefile.am
index 2bb1f02..43d1d3c 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
More information about the systemd-commits
mailing list