summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2014-11-29 06:35:38 +0100
committerMichael Biebl <biebl@debian.org>2014-12-04 00:05:04 +0100
commit3b0ed75c353946ba580a7724f9dbeb761e2067fe (patch)
tree8f78550c76672ef77a57429337951ca0fbca773b /Makefile.am
parent6c03d27d9f7e831194dbd8bd6bcdeef9273edb6e (diff)
vconsole: don't hard-code systemd-vconsole-setup binary path
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d4d96e134..ce8a004f4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4478,14 +4478,18 @@ rootlibexec_PROGRAMS += \
nodist_systemunit_DATA += \
units/systemd-vconsole-setup.service
-dist_udevrules_DATA += \
+nodist_udevrules_DATA += \
src/vconsole/90-vconsole.rules
SYSINIT_TARGET_WANTS += \
systemd-vconsole-setup.service
+
+CLEANFILES += \
+ src/vconsole/90-vconsole.rules
endif
EXTRA_DIST += \
+ src/vconsole/90-vconsole.rules.in \
units/systemd-vconsole-setup.service.in
# ------------------------------------------------------------------------------