summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-07-27 21:13:25 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-07-27 21:13:25 -0400
commit68f92176c58e185292b9fa53a558031fb901797d (patch)
tree0c877c3665b50550ce57ce22b0454a0538a6ff58
parentef98f526dafb8206cc4fd895a691eda0ea0894ec (diff)
sd-journal
-rw-r--r--Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index d92ed9bddc..a36f8b2d5e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1413,7 +1413,7 @@ src/basic/cap-from-name.h: src/basic/cap-from-name.gperf
$(AM_V_at)$(MKDIR_P) $(dir $@)
$(AM_V_GPERF)$(GPERF) -L ANSI-C -t --ignore-case -N lookup_capability -H hash_capability_name -p -C <$< >$@
-#@src/libsystemd/src/Makefile
+#@src/libsystemd/src/sd-journal/Makefile
audit_list_includes = -include linux/audit.h -include missing.h
if HAVE_AUDIT
audit_list_includes += -include libaudit.h
@@ -3465,14 +3465,12 @@ test_netlink_SOURCES = \
test_netlink_LDADD = \
libshared.la
-#@src/libshared/Makefile
test_local_addresses_SOURCES = \
src/libsystemd/sd-netlink/test-local-addresses.c
test_local_addresses_LDADD = \
libshared.la
-#@src/libsystemd/src/Makefile
test_resolve_SOURCES = \
src/libsystemd/sd-resolve/test-resolve.c