summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-12 17:43:54 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-12 17:43:54 -0400
commit3995a53b0db59471e4ccc3d92276a0d8831d3865 (patch)
treef34449b5a115a880040e43c1774da407216e4869 /Makefile.am
parent4ac943d19fae61625fe6234af1e6052040073e24 (diff)
more
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am20
1 files changed, 10 insertions, 10 deletions
diff --git a/Makefile.am b/Makefile.am
index 1f001d70b4..01f90459ec 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2453,7 +2453,7 @@ systemd_shutdown_SOURCES = \
systemd_shutdown_LDADD = \
libshared.la
-#@src/modules-load/Makefile ----------------------------------------------------
+#@src/systemd-modules-load/Makefile --------------------------------------------
if HAVE_KMOD
systemd_modules_load_SOURCES = \
src/modules-load/modules-load.c
@@ -2615,7 +2615,7 @@ endif # ENABLE_FIRSTBOOT
EXTRA_DIST += \
units/systemd-firstboot.service.in
-#@src/machine-id-setup/Makefile ------------------------------------------------
+#@src/systemd-machine-id-setup/Makefile ----------------------------------------
systemd_machine_id_setup_SOURCES = \
src/machine-id-setup/machine-id-setup-main.c \
src/core/machine-id-setup.c \
@@ -2627,14 +2627,14 @@ systemd_machine_id_setup_LDADD = \
SYSINIT_TARGET_WANTS += \
systemd-machine-id-commit.service
-#@src/sysctl/Makefile ----------------------------------------------------------
+#@src/systemd-sysctl/Makefile --------------------------------------------------
systemd_sysctl_SOURCES = \
src/sysctl/sysctl.c
systemd_sysctl_LDADD = \
libshared.la
-#@src/sleep/Makefile -----------------------------------------------------------
+#@src/systemd-sleep/Makefile ---------------------------------------------------
systemd_sleep_SOURCES = \
src/sleep/sleep.c
@@ -4504,7 +4504,7 @@ endif # HAVE_MICROHTTPD
EXTRA_DIST += \
units/systemd-journal-gatewayd.service.in
-#@src/socket-proxy/Makefile ----------------------------------------------------
+#@src/systemd-socket-proxyd/Makefile -------------------------------------------
systemd_socket_proxyd_SOURCES = \
src/socket-proxy/socket-proxyd.c
@@ -4759,7 +4759,7 @@ SYSINIT_TARGET_WANTS += \
endif # HAVE_LIBCRYPTSETUP
-#@src/hostname/Makefile --------------------------------------------------------
+#@src/grp-hostname/Makefile ----------------------------------------------------
if ENABLE_HOSTNAMED
systemd_hostnamed_SOURCES = \
src/hostname/hostnamed.c
@@ -4820,7 +4820,7 @@ dist_systemunit_DATA_busnames += \
BUSNAMES_TARGET_WANTS += \
org.freedesktop.systemd1.busname
-#@src/locale/Makefile ----------------------------------------------------------
+#@src/grp-locale/Makefile ------------------------------------------------------
if ENABLE_LOCALED
systemd_localed_SOURCES = \
src/locale/localed.c
@@ -5127,7 +5127,7 @@ polkitpolicy_in_files += \
EXTRA_DIST += \
units/systemd-machined.service.in
-#@src/import/Makefile ----------------------------------------------------------
+#@src/grp-import/Makefile ------------------------------------------------------
if ENABLE_IMPORTD
if HAVE_LIBCURL
@@ -5505,7 +5505,7 @@ EXTRA_DIST += \
units/systemd-resolved.service.m4.in \
src/resolve/resolved.conf.in
-#@src/network/Makefile ---------------------------------------------------------
+#@src/grp-network/Makefile -----------------------------------------------------
if ENABLE_NETWORKD
rootlibexec_PROGRAMS += \
systemd-networkd
@@ -5693,7 +5693,7 @@ EXTRA_DIST += \
units/systemd-networkd-wait-online.service.in \
test/networkd-test.py
-#@src/login/Makefile -----------------------------------------------------------
+#@src/grp-login/Makefile -------------------------------------------------------
if ENABLE_LOGIND
systemd_logind_SOURCES = \
src/login/logind.c \