From: Dave Reisner Date: Sun, 14 Dec 2014 15:40:25 +0000 (-0500) Subject: build-sys: always distribute systemd-consoled.service.in X-Git-Tag: v219~994 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=7cd3aba6bdd26583f62b318f18def8939de3274f build-sys: always distribute systemd-consoled.service.in Similar to how we handle other facilities that can be flagged out at configure time, we should always distribute this input file. http://lists.freedesktop.org/archives/systemd-devel/2014-December/026272.html --- diff --git a/Makefile.am b/Makefile.am index 4545cfebe..909b58320 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3179,15 +3179,15 @@ nodist_userunit_DATA += \ USER_DEFAULT_TARGET_WANTS += \ systemd-consoled.service -EXTRA_DIST += \ - units/user/systemd-consoled.service.in - tests += \ test-term-page \ test-term-parser \ test-unifont endif +EXTRA_DIST += \ + units/user/systemd-consoled.service.in + libsystemd_terminal_la_CFLAGS = \ $(AM_CFLAGS) \ $(TERMINAL_CFLAGS)