diff options
-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 = \ |