diff options
author | Nick Owens <nick.owens@coreos.com> | 2015-10-15 16:24:47 -0700 |
---|---|---|
committer | Nick Owens <nick.owens@coreos.com> | 2015-10-15 16:24:47 -0700 |
commit | 08b62a9a13f60abf6d0ca2125a5c18b4e0154924 (patch) | |
tree | 76832480d3e787530e57e24b83486b38e051ec66 | |
parent | 8ee07361d0065a2d4ab9c4bf6aeb0893b05b2b6c (diff) |
build: install journal-remote units and directory regardless of GNUTLS
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 205f2a4d8d..1d2651a765 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3827,6 +3827,7 @@ endif if HAVE_GNUTLS systemd_journal_remote_LDADD += \ $(GNUTLS_LIBS) +endif # systemd-journal-remote make sense mostly with full crypto stack dist_systemunit_DATA += \ @@ -3841,7 +3842,6 @@ journal-remote-install-hook: journal-install-hook -chmod 755 $(DESTDIR)/var/log/journal/remote INSTALL_EXEC_HOOKS += journal-remote-install-hook -endif nodist_pkgsysconf_DATA += \ src/journal-remote/journal-remote.conf |