src/bindings/C++/Makefile.am

- CFLAGS/Include definitions revised
This commit is contained in:
2007-12-21 16:06:41 +00:00
parent 4009cb3f15
commit b5b66ebed1
+5 -1
View File
@@ -4,7 +4,11 @@ HDF5ROOT = @HDF5ROOT@
CC = @CC@
CXX = @CXX@
CFLAGS = @CFLAGS@ @MPIINC@ @HDF5ROOT@/include
HDF5INC = -I@HDF5ROOT@/include
MPIINC = -I@MPIROOT@/include
INCL = $(HDF5INC) ${MPIINC} -I../../
CFLAGS = @CFLAGS@ $(INCL)
OBJEXT = o
lib_LIBRARIES = libH5XX.a