summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-13 00:04:14 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-13 00:04:14 -0400
commit9f245fa03d1c22694d2c49c0d40cab52f94e4c8d (patch)
tree2c4705680373facbb38e57376ffcf59f7a95c5bd /src
parent6724edf48bf8c7b88f2d1e62c3d91c846de76248 (diff)
more
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