summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 6e965a008..353ee9513 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -586,7 +586,6 @@ libsystemd_basic_la_CFLAGS = \
$(SELINUX_CFLAGS)
libsystemd_basic_la_LIBADD = \
- libsystemd-capability.la \
$(SELINUX_LIBS)
# ------------------------------------------------------------------------------
@@ -782,6 +781,7 @@ libsystemd_core_la_CFLAGS = \
libsystemd_core_la_LIBADD = \
libsystemd-basic.la \
+ libsystemd-capability.la \
libudev.la \
$(DBUS_LIBS) \
$(LIBWRAP_LIBS) \