From eb203b01c9ee729e603289a63f881d9866f61ea6 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Thu, 15 Nov 2012 21:47:20 -0500 Subject: Final step of revamping the build system The structure of the source tree is basically correct and this is about as far as we can go without hacking at the C code. --- keymaps/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'keymaps/Makefile.am') diff --git a/keymaps/Makefile.am b/keymaps/Makefile.am index bd6b675507..f2dbb42023 100644 --- a/keymaps/Makefile.am +++ b/keymaps/Makefile.am @@ -1,7 +1,10 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -if ENABLE_KEYMAP +rootprefix=@rootprefix@ +udevlibexecdir=$(rootprefix)/lib/udev udevkeymapdir = $(udevlibexecdir)/keymaps + +if ENABLE_KEYMAP dist_udevkeymap_DATA = \ acer \ acer-aspire_5720 \ @@ -63,5 +66,6 @@ dist_udevkeymap_DATA = \ toshiba-satellite_a110 \ toshiba-satellite_m30x \ zepto-znote + endif -- cgit v1.2.3-54-g00ecf