From 7cd3aba6bdd26583f62b318f18def8939de3274f Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sun, 14 Dec 2014 10:40:25 -0500 Subject: [PATCH] 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 --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) -- 2.30.2