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
This commit is contained in:
Dave Reisner 2014-12-14 10:40:25 -05:00
parent e9e310f8e9
commit 7cd3aba6bd

View file

@ -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)