summaryrefslogtreecommitdiff
path: root/rules
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-11-23 13:48:49 -0500
committerAnthony G. Basile <blueness@gentoo.org>2012-11-23 13:48:49 -0500
commite5cc2b881fd1db175b0d80bcccf21ae70857a532 (patch)
tree352c36d21626640c5a7eddf25a42a7db3c656741 /rules
parentef6fd93e79be3df2ee33085a8f399e616d624c9d (diff)
Consolidate configuration of all installation paths into configure.ac
The configuration of the installation paths for various components was scattered between the main configure.ac file and the various Makefile.am's. These components are: udev config file, hwdb, keymaps and force-release keymaps and the rules. This commit consolidates them all into one point in configure.ac and anticipates the inclusion of new AM_CPPFLAGS of the form -DHWDB_BIN=@udevhwdbdir@ as upstream has done, so it is easier to address issues like: https://github.com/gentoo/eudev/issues/17 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'rules')
-rw-r--r--rules/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/rules/Makefile.am b/rules/Makefile.am
index e8493036c4..c192c40ed4 100644
--- a/rules/Makefile.am
+++ b/rules/Makefile.am
@@ -1,8 +1,6 @@
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
-rootprefix=@rootprefix@
-udevlibexecdir=@udevlibexecdir@
-udevrulesdir = $(udevlibexecdir)/rules.d
+udevrulesdir = @udevrulesdir@
dist_udevrules_DATA = \
42-usb-hid-pm.rules \