summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Makefile16
-rw-r--r--src/systemd-ac-power/Makefile2
2 files changed, 12 insertions, 6 deletions
diff --git a/src/Makefile b/src/Makefile
index fa7ff829bb..5aa9e0fda5 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -26,14 +26,17 @@ include $(topsrcdir)/build-aux/Makefile.head.mk
at.subdirs += busctl
at.subdirs += grp-boot
at.subdirs += grp-coredump
+#at.subdirs += grp-hostname
+#at.subdirs += grp-import
#at.subdirs += grp-journal
#at.subdirs += grp-journal-remote
+#at.subdirs += grp-locale
+#at.subdirs += grp-login
#at.subdirs += grp-machine
+#at.subdirs += grp-network
at.subdirs += grp-resolve
#at.subdirs += grp-system
at.subdirs += grp-timedate
-#at.subdirs += grp-hostname
-#at.subdirs += grp-import
at.subdirs += initctl
at.subdirs += kernel-install
at.subdirs += libbasic
@@ -43,12 +46,13 @@ at.subdirs += libshared
at.subdirs += libsystemd
at.subdirs += libsystemd-network
at.subdirs += libudev
-#at.subdirs += grp-locale
-#at.subdirs += grp-login
+at.subdirs += nss-myhostname
+at.subdirs += systemd-activate
+at.subdirs += systemd-ac-power
+at.subdirs += systemd-analyze
+
#at.subdirs += systemd-machine-id-setup
#at.subdirs += systemd-modules-load
-#at.subdirs += grp-network
-at.subdirs += nss-myhostname
#at.subdirs += systemd-sleep
#at.subdirs += systemd-socket-proxyd
#at.subdirs += systemd-sysctl
diff --git a/src/systemd-ac-power/Makefile b/src/systemd-ac-power/Makefile
index b06af09332..683fb8aa16 100644
--- a/src/systemd-ac-power/Makefile
+++ b/src/systemd-ac-power/Makefile
@@ -29,4 +29,6 @@ systemd_ac_power_SOURCES = \
systemd_ac_power_LDADD = \
libshared.la
+libexec_PROGRAMS += systemd-ac-power
+
include $(topsrcdir)/build-aux/Makefile.tail.mk