mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
14 lines
431 B
Makefile
14 lines
431 B
Makefile
INCLUDES = -I$(srcdir)/../include $(openssl_includes) \
|
|
-I../include -I$(srcdir)/.. -I$(top_srcdir) \
|
|
-I..
|
|
LIBS = @TOOLS_LIBS@
|
|
LDADD = @CLIENT_EXTRA_LDFLAGS@ ../libmysql_r/libmysqlclient_r.la
|
|
bin_PROGRAMS = mysqlmngd
|
|
mysqlmngd_SOURCES = mysqlmngd.c my_vsnprintf.c
|
|
#mysqltest_DEPENDENCIES= $(LIBRARIES) $(pkglib_LTLIBRARIES)
|
|
DEFS = -DUNDEF_THREADS_HACK
|
|
|
|
# Don't update the files from bitkeeper
|
|
%::SCCS/s.%
|
|
|
|
|