summaryrefslogtreecommitdiff
path: root/src/system
diff options
context:
space:
mode:
Diffstat (limited to 'src/system')
-rw-r--r--src/system/systemctl/Makefile1
-rw-r--r--src/system/systemd/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/system/systemctl/Makefile b/src/system/systemctl/Makefile
index 5cb8c922d9..a83c552a06 100644
--- a/src/system/systemctl/Makefile
+++ b/src/system/systemctl/Makefile
@@ -29,4 +29,5 @@ systemctl_SOURCES = \
systemctl_LDADD = \
libshared.la
+$(eval $(value automake2autothing))
include $(topsrcdir)/build-aux/Makefile.tail.mk
diff --git a/src/system/systemd/Makefile b/src/system/systemd/Makefile
index 8abfa2bf9d..e77395c7cf 100644
--- a/src/system/systemd/Makefile
+++ b/src/system/systemd/Makefile
@@ -64,4 +64,5 @@ dist_systemunit_DATA_busnames += \
BUSNAMES_TARGET_WANTS += \
org.freedesktop.systemd1.busname
+$(eval $(value automake2autothing))
include $(topsrcdir)/build-aux/Makefile.tail.mk