]> git.openfabrics.org - ~shefty/ibacm.git/commitdiff
Makefile.am: Replace INCLUDES with AM_CPPFLAGS
authorSean Hefty <sean.hefty@intel.com>
Thu, 25 Jul 2013 19:46:56 +0000 (12:46 -0700)
committerSean Hefty <sean.hefty@intel.com>
Thu, 25 Jul 2013 19:46:56 +0000 (12:46 -0700)
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
Makefile.am

index 0de7799ffed4d1b983cc5631b827faf902813662..1dc16f116808bba9667bbac89b1f649c2d582097 100644 (file)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(srcdir)/include -I$(srcdir)/linux
+AM_CPPFLAGS = -I$(srcdir)/include -I$(srcdir)/linux
 
 AM_CFLAGS = -g -Wall -D_GNU_SOURCE -DSYSCONFDIR=\"$(sysconfdir)\" -DBINDIR=\"$(bindir)\" -DRDMADIR=\"@rdmadir@\"