[systemd-commits] Makefile.am

Kay Sievers kay at kemper.freedesktop.org
Tue Apr 10 10:03:45 PDT 2012


 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 159baa1bb03c7844c2c127b4acb3adefc0e44649
Author: Kay Sievers <kay at vrfy.org>
Date:   Tue Apr 10 18:59:47 2012 +0200

    move libsystemd-capability.la dep from basic to core

diff --git a/Makefile.am b/Makefile.am
index 6e965a0..353ee95 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) \



More information about the systemd-commits mailing list