aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhinder <hinder@fb53df36-e548-4a1e-8150-ab98cbd5e786>2013-01-29 14:18:09 +0000
committerhinder <hinder@fb53df36-e548-4a1e-8150-ab98cbd5e786>2013-01-29 14:18:09 +0000
commita8662fc1fe646cf2771940010fa550ace69ab9a6 (patch)
tree3dc5b78b81da0510a3321827b328cff39ba7058f
parent8c19f27a9ffa6e467e6144b070b6798f8790b175 (diff)
Use CPPFLAGS when compiling the utilities
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@66 fb53df36-e548-4a1e-8150-ab98cbd5e786
-rw-r--r--src/make.configuration.deps2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make.configuration.deps b/src/make.configuration.deps
index 6f04c09..6454811 100644
--- a/src/make.configuration.deps
+++ b/src/make.configuration.deps
@@ -14,7 +14,7 @@ $(UTIL_DIR)/%: $(HDF5_DIR)/bin/%
HDF5_BUILD_DIR = $(BUILD_DIR)/HDF5
HDF5_SRC_DIR = $(PACKAGE_DIR)/ExternalLibraries/HDF5/src/util
-HDF5_CFLAGS = -DCCODE $(CFLAGS) -I$(CONFIG) -I$(BINDINGS_DIR)/include -I$(BINDINGS_DIR)/include/HDF5 -I$(FLESH_DIR)/include $(HDF5_INC_DIRS:%=-I%)
+HDF5_CFLAGS = -DCCODE $(CFLAGS) -I$(CONFIG) -I$(BINDINGS_DIR)/include -I$(BINDINGS_DIR)/include/HDF5 -I$(FLESH_DIR)/include $(HDF5_INC_DIRS:%=-I%) $(CPPFLAGS)
HDF5_LDFLAGS = $(DEBUG_LD) $(LDFLAGS) $(EXTRAFLAGS) $(GENERAL_LIBRARIES)