Separated libmysqld apart from other libs because it is not used in every case

This commit is contained in:
vraatikka
2013-06-18 21:28:56 +03:00
parent a7229a6c24
commit 0fed3d624e

View File

@ -23,7 +23,8 @@
#endif
CFLAGS := -Wall
LDLIBS := $(LDLIBS) -lmysqld -lpthread
LDLIBS := $(LDLIBS) -lpthread
LDMYSQL := -lmysqld
CPP_LDLIBS := -lstdc++
#