chiark / gitweb /
build-sys: always distribute systemd-consoled.service.in
authorDave Reisner <dreisner@archlinux.org>
Sun, 14 Dec 2014 15:40:25 +0000 (10:40 -0500)
committerDave Reisner <dreisner@archlinux.org>
Sun, 14 Dec 2014 15:40:25 +0000 (10:40 -0500)
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

index 4545cfebebe2cd856deef7a39d7585480e279652..909b58320bc5f1fc3e31f45656c401f057da85ea 100644 (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)