[systemd-commits] Makefile.am

Kay Sievers kay at kemper.freedesktop.org
Tue Apr 10 10:23:31 PDT 2012


 Makefile.am |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit b6358b8d762253a1f9ebd82135ff1053dc796b88
Author: Kay Sievers <kay at vrfy.org>
Date:   Tue Apr 10 19:23:08 2012 +0200

    use libsystemd-daemon.la instead of source file

diff --git a/Makefile.am b/Makefile.am
index 1518ba9..1172125 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -738,7 +738,6 @@ libsystemd_core_la_SOURCES = \
 	src/cgroup-attr.h \
 	src/watchdog.c \
 	src/watchdog.h \
-	src/sd-daemon.c \
 	src/macro.h \
 	src/def.h \
 	src/ioprio.h \
@@ -799,6 +798,7 @@ systemd_CFLAGS = \
 
 systemd_LDADD = \
 	libsystemd-core.la \
+	libsystemd-daemon.la \
 	libsystemd-id128.la
 
 # ------------------------------------------------------------------------------
@@ -810,7 +810,8 @@ test_engine_CFLAGS = \
 	$(DBUS_CFLAGS)
 
 test_engine_LDADD = \
-	libsystemd-core.la
+	libsystemd-core.la \
+	libsystemd-daemon.la
 
 test_job_type_SOURCES = \
 	src/test-job-type.c



More information about the systemd-commits mailing list