From 5477a7c98023dc1ccd95e565fa184fc893d5ed25 Mon Sep 17 00:00:00 2001 From: eschnett Date: Sun, 24 Jun 2012 21:05:24 +0000 Subject: Add new bindings include directory to search path git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@261 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 21f48ea..7078865 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$(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%) # general linking rule $(UTIL_DIR)/%: $(IOHDF5_BUILD_DIR)/%.o -- cgit v1.2.3