diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-10 17:37:15 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-10 17:37:15 -0400 |
commit | 7beff93aec2f58dbe4ba7d122f7234d4a9f41a87 (patch) | |
tree | 3d69e411b1c46b6d9c3360a0d5ad99844acf136e /Makefile.am | |
parent | 13520ea57ca3672cc1fb991383d3375ef124344e (diff) | |
parent | cc82d70c3f0fac38923adc5ed23f6a76b9ee9bfe (diff) |
Merge branch 'notsystemd/postmove' into notsystemd/master
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 7d808ca07a..7274f44cca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4257,11 +4257,13 @@ systemd_journal_remote_CFLAGS = \ systemd_journal_remote_LDADD += \ $(MICROHTTPD_LIBS) +#@src/grp-journal/grp-remote/Makfile if ENABLE_TMPFILES dist_tmpfiles_DATA += \ tmpfiles.d/systemd-remote.conf endif # ENABLE_TMPFILES +#@auto/systemd-journal-remote/Makefile if HAVE_GNUTLS systemd_journal_remote_LDADD += \ $(GNUTLS_LIBS) |