diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2012-10-13 13:13:50 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2012-10-13 14:54:56 +0200 |
commit | e4d1062c052337552f653b786a40377a5832d245 (patch) | |
tree | fdc755d2d6139ba38c4565c0a0743b9ee63f5730 /Makefile.am | |
parent | 6374a73b007dfb03a738d6389ca34acd924f0379 (diff) |
build-sys: always distribute file
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index ebefac3438..e714b6e10e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2699,9 +2699,6 @@ systemd_journal_gatewayd_CFLAGS = \ $(AM_CFLAGS) \ $(MICROHTTPD_CFLAGS) -EXTRA_DIST += \ - units/systemd-journal-gatewayd.service.in - dist_systemunit_DATA += \ units/systemd-journal-gatewayd.socket @@ -2713,6 +2710,9 @@ dist_gatewayddocumentroot_DATA = \ endif +EXTRA_DIST += \ + units/systemd-journal-gatewayd.service.in + # ------------------------------------------------------------------------------ if ENABLE_COREDUMP systemd_coredump_SOURCES = \ |