autotool files: INCLUDE replaced by AM_CPPFLAGS
This commit is contained in:
@@ -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
@@ -5,7 +5,7 @@ SUBDIRS = H5Fed
|
||||
|
||||
OBJEXT=o
|
||||
|
||||
INCLUDES = -I../src/include @INCLUDES@
|
||||
AM_LDFLAGS = -I../src/include @AM_CPPFLAGS@
|
||||
|
||||
noinst_PROGRAMS = @BUILD_TESTS@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user