From e5cc2b881fd1db175b0d80bcccf21ae70857a532 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Fri, 23 Nov 2012 13:48:49 -0500 Subject: 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 --- hwdb/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'hwdb') diff --git a/hwdb/Makefile.am b/hwdb/Makefile.am index 0a173a6637..076376dcb8 100644 --- a/hwdb/Makefile.am +++ b/hwdb/Makefile.am @@ -1,8 +1,6 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -rootprefix=@rootprefix@ -udevlibexecdir=@udevlibexecdir@ -udevhwdbdir = $(udevlibexecdir)/hwdb.d +udevhwdbdir = @udevhwdbdir@ dist_udevhwdb_DATA = \ 20-pci-vendor-product.hwdb \ -- cgit v1.2.3-54-g00ecf