From 113d1861d5730e1e61e6583317f1c6baa9deb333 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 10 May 2017 17:34:41 -0400 Subject: makefile: have systemd-remote.tmpfiles be in correct makefile --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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) -- cgit v1.2.3-54-g00ecf