Separated libmysqld apart from other libs because it is not used in every case
This commit is contained in:
@ -23,7 +23,8 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
CFLAGS := -Wall
|
CFLAGS := -Wall
|
||||||
LDLIBS := $(LDLIBS) -lmysqld -lpthread
|
LDLIBS := $(LDLIBS) -lpthread
|
||||||
|
LDMYSQL := -lmysqld
|
||||||
CPP_LDLIBS := -lstdc++
|
CPP_LDLIBS := -lstdc++
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user