Merge branch 'master' of feistymeow.org:feisty_meow
[feisty_meow.git] / scripts / clam / cpp / variables.def
index 60fcc7bc6bd43b30784cc53eddbabfd5e367f638..c9210586b8b3ab3003de4cdaca976ef3e966f3f0 100644 (file)
@@ -228,7 +228,8 @@ export DYNAMIC_LIBRARY_DIR = $(TARGETS_STORE)
 export STATIC_LIBRARY_DIR = $(TARGETS_STORE)
 
 # "HEADER_SEARCH_PATH" is where the class interface files are to be found.
-#HEADER_SEARCH_PATH =
+# we add the generated store folder for the build version file.
+HEADER_SEARCH_PATH = $(FEISTY_MEOW_GENERATED_STORE)/versions
 
 # "HOOPLE_HEADERS" are locations where the HOOPLE headers can be found.
 ifeq "$(HOOPLE_HEADERS)" ""