diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-10 17:34:41 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-10 17:34:41 -0400 |
commit | 113d1861d5730e1e61e6583317f1c6baa9deb333 (patch) | |
tree | 57e5892575be1076cd3d64fef9e47e90774a0b35 | |
parent | 88cdc57b277ec240d4c5ddfbbfaddfed2b2408c1 (diff) |
makefile: have systemd-remote.tmpfiles be in correct makefile
-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) |