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
@@ -3,7 +3,7 @@ CC = @CC@
CXX = @CXX@
LIBS = @LIBS@
INCLUDES = -I../include @INCLUDES@
AM_CPPFLAGS = -I../include @AM_CPPFLAGS@
OBJEXT = o
+1 -1
View File
@@ -2,7 +2,7 @@
OBJEXT=o
INCLUDES = -I../include @INCLUDES@
AM_CPPFLAGS = -I../include @AM_CPPFLAGS@
# What to build... Will be determined by configure script.
lib_LTLIBRARIES = @LIB_C@
+1 -1
View File
@@ -2,7 +2,7 @@
OBJEXT=o
INCLUDES = -I../include @INCLUDES@
AM_CPPFLAGS = -I../include @AM_CPPFLAGS@
F90_FILES = H5.f90 \
H5_attribs.f90 \
+1 -1
View File
@@ -2,7 +2,7 @@
OBJEXT=o
INCLUDES = -I../include @INCLUDES@
AM_CPPFLAGS = -I../include @AM_CPPFLAGS@
EXTRA_HEADERS = \
../include/h5core/h5_attach.h \