aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@4825ed28-b72c-4eae-9704-e50c059e567d>2012-06-24 21:05:24 +0000
committereschnett <eschnett@4825ed28-b72c-4eae-9704-e50c059e567d>2012-06-24 21:05:24 +0000
commit5477a7c98023dc1ccd95e565fa184fc893d5ed25 (patch)
treee2c0db7eaa7803fa22eacc3128b9373f59d68368
parent554038e86cb504e935e1e0ccbb12dec6246e98d6 (diff)
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
-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 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