Merge branch 'develop' of https://github.com/skysql/MaxScale into develop

This commit is contained in:
VilhoRaatikka
2014-07-03 00:46:01 +03:00
8 changed files with 12 additions and 10 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 -lmysqld
LIBS=-lssl -pthread -llog_manager -lquery_classifier -l:libmysqld.a
MODULES=libreadwritesplit.so
all: $(MODULES)