aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhinder <hinder@4825ed28-b72c-4eae-9704-e50c059e567d>2013-01-29 14:16:37 +0000
committerhinder <hinder@4825ed28-b72c-4eae-9704-e50c059e567d>2013-01-29 14:16:37 +0000
commita53517dbfd2b61244da02d827c2b659d5c8270ab (patch)
tree4c5eed9ece340ec0516243c08f594858ff3eedd9
parent21bc7c3d8828bf36114fd98d196361979b70d1f7 (diff)
Use CPPFLAGS when compiling the utilitiesHEADmaster
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@266 4825ed28-b72c-4eae-9704-e50c059e567d
-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 7078865..ea82669 100644
--- a/src/make.configuration.deps
+++ b/src/make.configuration.deps
@@ -13,7 +13,7 @@ ifneq ($(strip $(HDF5_LFS_FLAGS)),)
endif
# add includes
-IOHDF5_CFLAGS += -I$(CONFIG) -I$(BINDINGS_DIR)/include -I$(BINDINGS_DIR)/include/IOHDF5 -I$(FLESH_DIR)/include -I$(PACKAGE_DIR) $(HDF5_INC_DIRS:%=-I%)
+IOHDF5_CFLAGS += -I$(CONFIG) -I$(BINDINGS_DIR)/include -I$(BINDINGS_DIR)/include/IOHDF5 -I$(FLESH_DIR)/include -I$(PACKAGE_DIR) $(HDF5_INC_DIRS:%=-I%) $(CPPFLAGS)
# general linking rule
$(UTIL_DIR)/%: $(IOHDF5_BUILD_DIR)/%.o