revert -l:libmysqld.a to -lmysqld

This commit is contained in:
Timofey Turenko
2014-07-03 11:38:59 +03:00
parent 6f6a5b67c9
commit 0dfdc27ea5
3 changed files with 3 additions and 3 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 -l:libmysqld.a
LIBS=-lssl -pthread -llog_manager -lquery_classifier -lmysqld
MODULES=libreadwritesplit.so
all: $(MODULES)