From 40e32b7160a459110caad0258d807decfcf8cde6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Diego=20Elio=20=27Flameeyes=27=20Petten=C3=B2?= Date: Fri, 7 Aug 2009 11:21:34 +0200 Subject: [PATCH] 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. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2