diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-07-15 22:22:05 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-07-15 22:34:41 -0400 |
commit | 29fc0ddcd737af906986d4029579d4dfe838ba02 (patch) | |
tree | 8fba7e65e8eb5a838fda7a3ee5c94f3241e19286 /Makefile.am | |
parent | 5bc891206dd8eb4e4df58f502b0184b8426caf22 (diff) |
journal-upload: add config file
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index cc1d42352f..a492a1f7c0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3531,6 +3531,15 @@ nodist_systemunit_DATA += \ EXTRA_DIST += \ units/systemd-journal-upload.service.in + +nodist_pkgsysconf_DATA += \ + src/journal-remote/journal-upload.conf + +EXTRA_DIST += \ + src/journal-remote/journal-upload.conf.in + +CLEANFILES += \ + src/journal-remote/journal-upload.conf endif # using _CFLAGS = in the conditional below would suppress AM_CFLAGS |