From a53517dbfd2b61244da02d827c2b659d5c8270ab Mon Sep 17 00:00:00 2001 From: hinder Date: Tue, 29 Jan 2013 14:16:37 +0000 Subject: Use CPPFLAGS when compiling the utilities git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@266 4825ed28-b72c-4eae-9704-e50c059e567d --- src/make.configuration.deps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3