summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-09 03:12:54 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-09 03:12:54 -0400
commitc533334ea105130b806b2a89512b3ff131ffc3bc (patch)
treea1f8f9cca8c3b3aebc178ad2df660e7da3398a56 /Makefile.am
parentf96805e2322e061e088bb5725f8e1ee6006167f8 (diff)
Update move.sh
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index feb639594e..b4c1285de9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1400,7 +1400,7 @@ src/journal/audit_type-to-name.h: src/journal/audit_type-list.txt
$(AM_V_at)$(MKDIR_P) $(dir $@)
$(AM_V_GEN)$(AWK) 'BEGIN{ print "const char *audit_type_to_string(int type) {\n\tswitch(type) {" } {printf " case AUDIT_%s: return \"%s\";\n", $$1, $$1 } END{ print " default: return NULL;\n\t}\n}\n" }' <$< >$@
-#@src/journal/Makefile
+#@src/grp-resolve/systemd-resolved/Makefile
src/resolve/dns_type-list.txt: src/resolve/dns-type.h
$(AM_V_at)$(MKDIR_P) $(dir $@)
@@ -4406,7 +4406,7 @@ endif # HAVE_GCRYPT
noinst_LTLIBRARIES += \
libsystemd-journal-internal.la
-#@src/journal/Makefile
+#@src/grp-journal/systemd-journald/Makefile
rootlibexec_PROGRAMS += \
systemd-journald
@@ -4461,7 +4461,7 @@ EXTRA_DIST += \
gperf_gperf_sources += \
src/journal/journald-gperf.gperf
-# ------------------------------------------------------------------------------
+#@src/grp-journal-remote/systemd-journal-gatewayd/Makefile ---------------------
if HAVE_MICROHTTPD
gatewayddocumentrootdir=$(pkgdatadir)/gatewayd