diff --git a/query_classifier/makefile b/query_classifier/makefile index 35ef36d2a..b248fe7f8 100644 --- a/query_classifier/makefile +++ b/query_classifier/makefile @@ -36,6 +36,9 @@ testall: $(MAKE) -C test testall +version.h: $(ROOT_PATH)/VERSION + echo '#define MAXSCALE_VERSION "'`cat $(ROOT_PATH)/VERSION`'"' > $(ROOT_PATH)/include/version.h + utils: $(MAKE) -C $(UTILS_PATH) clean all