diff options
author | Kay Sievers <kay@vrfy.org> | 2014-11-10 17:32:29 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2014-11-10 17:32:29 +0100 |
commit | 7680857ab80c012021b672aac920e0453b116460 (patch) | |
tree | 4cdf655b6d6b004512c2411b6658f11350e81f35 /Makefile.am | |
parent | ed80170d8381cb59d323414838f189cd0d200dad (diff) |
build-sys: add libcap to libsystemd-shared
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
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 |