autotool files: INCLUDE replaced by AM_CPPFLAGS

This commit is contained in:
2013-02-15 14:34:02 +00:00
parent 465152e58b
commit 55aa93e6d6
8 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ OBJEXT = o
AM_LDFLAGS = -L../../src/lib @LDFLAGS@
LIBS = -lH5hutC -lH5hut @LIBS@
INCLUDES = -I../../src/include @INCLUDES@
AM_CPPFLAGS = -I../../src/include @AM_CPPFLAGS@
noinst_PROGRAMS = \
tetmesh_write \
+1 -1
View File
@@ -5,7 +5,7 @@ SUBDIRS = H5Fed
OBJEXT=o
INCLUDES = -I../src/include @INCLUDES@
AM_LDFLAGS = -I../src/include @AM_CPPFLAGS@
noinst_PROGRAMS = @BUILD_TESTS@