Included log_manager in query classifier's makefile, replaced fprintf's with log manager commands.

This commit is contained in:
vraatikka
2013-10-28 10:44:05 +02:00
parent 86c64ab3f4
commit 5e6b0a3b1a
2 changed files with 42 additions and 29 deletions

View File

@ -33,6 +33,7 @@ libcomp:
-I$(MARIADB_SRC_PATH)/include/ \
-I$(MARIADB_SRC_PATH)/sql \
-I$(MARIADB_SRC_PATH)/regex/ \
-I$(ROOT_PATH)/log_manager/ \
-I./ \
-fPIC ./query_classifier.cc -o query_classifier.o
@ -58,6 +59,7 @@ depend:
-I$(MARIADB_SRC_PATH)/include/ \
-I$(MARIADB_SRC_PATH)/sql \
-I$(MARIADB_SRC_PATH)/regex/ \
-I$(ROOT_PATH)/log_manager/ \
-I./ \
$(SRCS) > depend