summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile15
-rw-r--r--src/systemd-ac-power/Makefile2
-rw-r--r--src/systemd-cryptsetup/Makefile2
3 files changed, 15 insertions, 4 deletions
diff --git a/src/Makefile b/src/Makefile
index b3de845981..6b89d51b66 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -47,8 +47,19 @@ at.subdirs += libsystemd-network
at.subdirs += libudev
at.subdirs += nss-myhostname
at.subdirs += systemd-activate
-#at.subdirs += systemd-ac-power
-#at.subdirs += systemd-analyze
+at.subdirs += systemd-ac-power
+at.subdirs += systemd-analyze
+at.subdirs += systemd-ask-password
+at.subdirs += systemd-backlight
+at.subdirs += systemd-binfmt
+at.subdirs += systemd-cgls
+at.subdirs += systemd-cgroups-agent
+at.subdirs += systemd-cgtop
+at.subdirs += systemd-cryptsetup
+at.subdirs += systemd-dbus1-generator
+at.subdirs += systemd-debug-generator
+at.subdirs += systemd-delta
+at.subdirs += systemd-detect-virt
#at.subdirs += systemd-machine-id-setup
#at.subdirs += systemd-modules-load
diff --git a/src/systemd-ac-power/Makefile b/src/systemd-ac-power/Makefile
index 9aab0fab15..c2d8f89c33 100644
--- a/src/systemd-ac-power/Makefile
+++ b/src/systemd-ac-power/Makefile
@@ -30,6 +30,4 @@ systemd_ac_power_SOURCES = \
systemd_ac_power_LDADD = \
libshared.la
-libexec_PROGRAMS += systemd-ac-power
-
include $(topsrcdir)/build-aux/Makefile.tail.mk
diff --git a/src/systemd-cryptsetup/Makefile b/src/systemd-cryptsetup/Makefile
index 7ab3605a31..2a64200397 100644
--- a/src/systemd-cryptsetup/Makefile
+++ b/src/systemd-cryptsetup/Makefile
@@ -56,4 +56,6 @@ SYSINIT_TARGET_WANTS += \
endif # HAVE_LIBCRYPTSETUP
+systemd.CPPFLAGS += -I$(topsrcdir)/src/libsystemd/libsystemd-internal/sd-device
+
include $(topsrcdir)/build-aux/Makefile.tail.mk