summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--src/grp-machine/libmachine-core/src/Makefile17
-rw-r--r--src/grp-machine/systemd-machined/Makefile17
3 files changed, 18 insertions, 18 deletions
diff --git a/Makefile.am b/Makefile.am
index 5964a99bd5..cdc8b70c5e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5213,6 +5213,7 @@ systemd_machined_LDADD = \
rootlibexec_PROGRAMS += \
systemd-machined
+#@src/grp-machine/libmachine-core/src/Makefile
libmachine_core_la_SOURCES = \
src/machine/machine.c \
src/machine/machine.h \
@@ -6825,7 +6826,6 @@ sd.CPPFLAGS += $(libsystemd-network.CPPFLAGS)
#@src/grp-machine/Makefile
#@src/grp-machine/grp-import/Makefile
#@src/grp-machine/grp-import/libimport/Makefile
-#@src/grp-machine/libmachine-core/src/Makefile
#@src/grp-resolve/Makefile
#@src/grp-resolve/libbasic-dns/Makefile
#@src/grp-resolve/libbasic-dns/src/Makefile
diff --git a/src/grp-machine/libmachine-core/src/Makefile b/src/grp-machine/libmachine-core/src/Makefile
index 60150788d8..ac7cdc0e2d 100644
--- a/src/grp-machine/libmachine-core/src/Makefile
+++ b/src/grp-machine/libmachine-core/src/Makefile
@@ -23,4 +23,21 @@
include $(dir $(lastword $(MAKEFILE_LIST)))/../../../../config.mk
include $(topsrcdir)/build-aux/Makefile.head.mk
+libmachine_core_la_SOURCES = \
+ src/machine/machine.c \
+ src/machine/machine.h \
+ src/machine/machined-dbus.c \
+ src/machine/machine-dbus.c \
+ src/machine/machine-dbus.h \
+ src/machine/image-dbus.c \
+ src/machine/image-dbus.h \
+ src/machine/operation.c \
+ src/machine/operation.h
+
+libmachine_core_la_LIBADD = \
+ libsystemd-shared.la
+
+noinst_LTLIBRARIES += \
+ libmachine-core.la
+
include $(topsrcdir)/build-aux/Makefile.tail.mk
diff --git a/src/grp-machine/systemd-machined/Makefile b/src/grp-machine/systemd-machined/Makefile
index c717267ed8..1ca956f98e 100644
--- a/src/grp-machine/systemd-machined/Makefile
+++ b/src/grp-machine/systemd-machined/Makefile
@@ -33,23 +33,6 @@ systemd_machined_LDADD = \
rootlibexec_PROGRAMS += \
systemd-machined
-libmachine_core_la_SOURCES = \
- src/machine/machine.c \
- src/machine/machine.h \
- src/machine/machined-dbus.c \
- src/machine/machine-dbus.c \
- src/machine/machine-dbus.h \
- src/machine/image-dbus.c \
- src/machine/image-dbus.h \
- src/machine/operation.c \
- src/machine/operation.h
-
-libmachine_core_la_LIBADD = \
- libsystemd-shared.la
-
-noinst_LTLIBRARIES += \
- libmachine-core.la
-
test_machine_tables_SOURCES = \
src/machine/test-machine-tables.c