This commit is contained in:
Timofey Turenko
2014-07-02 16:25:55 +03:00
parent 511bb84130
commit eb3a8eaab3
4 changed files with 5 additions and 5 deletions

View File

@ -38,7 +38,7 @@ LDFLAGS=-shared -L$(LOGPATH) -L$(QCLASSPATH) -L$(EMBEDDED_LIB) \
SRCS=readwritesplit.c
OBJ=$(SRCS:.c=.o)
LIBS=-lssl -pthread -llog_manager -lquery_classifier -static -lmysqld
LIBS=-lssl -pthread -llog_manager -lquery_classifier -l:libmysqld.a
MODULES=libreadwritesplit.so
all: $(MODULES)