From 09e75d32a30c7527df7dace0f80327817cc23bb6 Mon Sep 17 00:00:00 2001 From: Sven Eden Date: Tue, 7 Feb 2017 08:22:53 +0100 Subject: [PATCH] libbasic_la_LDFLAGS : Add CAP_LDFLAGS. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 9800c47f1..fb59c77f7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -375,6 +375,9 @@ libbasic_la_CFLAGS = \ $(CAP_CFLAGS) \ -pthread +libbasic_la_LDFLAGS = \ + $(CAP_LDFLAGS) + libbasic_la_LIBADD = \ $(SELINUX_LIBS) \ $(CAP_LIBS) \ -- 2.30.2