summaryrefslogtreecommitdiff
path: root/src/grp-machine/systemd-machined/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-machine/systemd-machined/Makefile')
-rw-r--r--src/grp-machine/systemd-machined/Makefile16
1 files changed, 12 insertions, 4 deletions
diff --git a/src/grp-machine/systemd-machined/Makefile b/src/grp-machine/systemd-machined/Makefile
index 66ac0b9275..97fa68c5f9 100644
--- a/src/grp-machine/systemd-machined/Makefile
+++ b/src/grp-machine/systemd-machined/Makefile
@@ -24,19 +24,19 @@ include $(dir $(lastword $(MAKEFILE_LIST)))/../../../config.mk
include $(topsrcdir)/build-aux/Makefile.head.mk
systemd_machined_SOURCES = \
- $(_libmachine_core_la_SOURCES) \
src/machine/machined.c \
src/machine/machined.h
systemd_machined_LDADD = \
libsystemd-internal.la \
libshared.la \
- libbasic.la
+ libbasic.la \
+ libmachine-core.la
rootlibexec_PROGRAMS += \
systemd-machined
-_libmachine_core_la_SOURCES = \
+libmachine_core_la_SOURCES = \
src/machine/machine.c \
src/machine/machine.h \
src/machine/machined-dbus.c \
@@ -47,10 +47,18 @@ _libmachine_core_la_SOURCES = \
src/machine/operation.c \
src/machine/operation.h
+libmachine_core_la_LIBADD = \
+ libsystemd-shared.la
+
+noinst_LTLIBRARIES += \
+ libmachine-core.la
+
test_machine_tables_SOURCES = \
- $(_libmachine_core_la_SOURCES) \
src/machine/test-machine-tables.c
+test_machine_tables_LDADD = \
+ libmachine-core.la
+
tests += \
test-machine-tables