From 7680857ab80c012021b672aac920e0453b116460 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Mon, 10 Nov 2014 17:32:29 +0100 Subject: [PATCH] build-sys: add libcap to libsystemd-shared --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index 2bb1f02f8..43d1d3ce1 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 -- 2.30.2