mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
9 lines
359 B
Makefile
9 lines
359 B
Makefile
INCLUDES = @MT_INCLUDES@ -I$(top_srcdir)/include $(openssl_includes)
|
|
LDADD= @CLIENT_EXTRA_LDFLAGS@ ../libmysql_r/libmysqlclient_r.la @openssl_libs@
|
|
bin_PROGRAMS= mysqlmanager
|
|
mysqlmanager_SOURCES= mysqlmanager.c
|
|
mysqlmanager_DEPENDENCIES= $(LIBRARIES) $(pkglib_LTLIBRARIES)
|
|
DEF= -DUNDEF_THREADS_HACK
|
|
|
|
# Don't update the files from bitkeeper
|
|
%::SCCS/s.%
|