From: Diego Elio 'Flameeyes' Pettenò Date: Fri, 7 Aug 2009 09:21:34 +0000 (+0200) Subject: Include the correct directory for out-of-source builds. X-Git-Tag: 174~842 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=40e32b7160a459110caad0258d807decfcf8cde6;ds=sidebyside 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. --- diff --git a/Makefile.am b/Makefile.am index 93302185e..f3f3940b0 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