[PATCH input-evdev 06/10] config: replace deprecated INCLUDES with AM_CPPFLAGS

Gaetan Nadon memsize at videotron.ca
Sat Apr 17 16:28:06 PDT 2010


Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
 src/Makefile.am |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 4f0937e..a5c89ac 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -26,13 +26,12 @@
 # TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc.
 
 AM_CFLAGS = $(XORG_CFLAGS) $(CWARNFLAGS)
+AM_CPPFLAGS =-I$(top_srcdir)/include
 
 @DRIVER_NAME at _drv_la_LTLIBRARIES = @DRIVER_NAME at _drv.la
 @DRIVER_NAME at _drv_la_LDFLAGS = -module -avoid-version
 @DRIVER_NAME at _drv_ladir = @inputdir@
 
-INCLUDES=-I$(top_srcdir)/include/
-
 @DRIVER_NAME at _drv_la_SOURCES = @DRIVER_NAME at .c \
                                @DRIVER_NAME at .h \
                                emuMB.c \
-- 
1.6.0.4



More information about the xorg-devel mailing list