diff options
-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) |