diff options
author | Diego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2009-08-07 11:21:34 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-08-07 19:15:31 +0200 |
commit | 40e32b7160a459110caad0258d807decfcf8cde6 (patch) | |
tree | b4364b0aa0420f6a410eeb42f0b300ae74d2c853 | |
parent | 102831867ce5c0618fc06a9a3386881300d5994e (diff) |
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.
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 93302185e3..f3f3940b01 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 |