autotool files: INCLUDE replaced by AM_CPPFLAGS
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ CC = @CC@
|
||||
CXX = @CXX@
|
||||
|
||||
LIBS = @LIBS@
|
||||
INCLUDES = -I../include @INCLUDES@
|
||||
AM_CPPFLAGS = -I../include @AM_CPPFLAGS@
|
||||
|
||||
OBJEXT = o
|
||||
|
||||
|
||||
+1
-1
@@ -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@
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
OBJEXT=o
|
||||
|
||||
INCLUDES = -I../include @INCLUDES@
|
||||
AM_CPPFLAGS = -I../include @AM_CPPFLAGS@
|
||||
|
||||
F90_FILES = H5.f90 \
|
||||
H5_attribs.f90 \
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
OBJEXT=o
|
||||
|
||||
INCLUDES = -I../include @INCLUDES@
|
||||
AM_CPPFLAGS = -I../include @AM_CPPFLAGS@
|
||||
|
||||
EXTRA_HEADERS = \
|
||||
../include/h5core/h5_attach.h \
|
||||
|
||||
Reference in New Issue
Block a user