From b6358b8d762253a1f9ebd82135ff1053dc796b88 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Tue, 10 Apr 2012 19:23:08 +0200 Subject: use libsystemd-daemon.la instead of source file --- Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 1518ba9c8..1172125d9 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 -- cgit v1.2.3