aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2009-08-07 11:21:34 +0200
committerKay Sievers <kay.sievers@vrfy.org>2009-08-07 19:15:31 +0200
commit40e32b7160a459110caad0258d807decfcf8cde6 (patch)
treeb4364b0aa0420f6a410eeb42f0b300ae74d2c853 /Makefile.am
parent102831867ce5c0618fc06a9a3386881300d5994e (diff)
downloadudev-40e32b7160a459110caad0258d807decfcf8cde6.tar.gz
Include the correct directory for out-of-source builds.
When building in-source, the source and header files are in the same directory, but they are not in out-of-source.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 93302185..f3f3940b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -259,6 +259,7 @@ extras_modem_modeswitch_modem_modeswitch_CPPFLAGS = $(AM_CPPFLAGS) $(LIBUSB_CFLA
extras_modem_modeswitch_modem_modeswitch_LDADD = libudev/libudev-private.la $(LIBUSB_LIBS)
extras_keymap_keymap_SOURCES = extras/keymap/keymap.c
+extras_keymap_keymap_CPPFLAGS = $(AM_CPPFLAGS) -I extras/keymap
nodist_extras_keymap_keymap_SOURCES = \
extras/keymap/keys-from-name.h \
extras/keymap/keys-to-name.h