diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-07-27 21:13:25 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-07-27 21:13:25 -0400 |
commit | 68f92176c58e185292b9fa53a558031fb901797d (patch) | |
tree | 0c877c3665b50550ce57ce22b0454a0538a6ff58 /Makefile.am | |
parent | ef98f526dafb8206cc4fd895a691eda0ea0894ec (diff) |
sd-journal
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
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 |