mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
14 lines
443 B
Makefile
14 lines
443 B
Makefile
INCLUDES = -I$(srcdir)/../include $(openssl_includes) \
|
|
-I../include -I$(srcdir)/.. -I$(top_srcdir) \
|
|
-I..
|
|
LIBS = @TOOLS_LIBS@ $(openssl_libs)
|
|
LDADD = @CLIENT_EXTRA_LDFLAGS@ ../libmysql_r/libmysqlclient_r.la
|
|
bin_PROGRAMS = mysqlmanager
|
|
mysqlmanager_SOURCES = mysqlmanager.c
|
|
mysqlmanager_DEPENDENCIES= $(LIBRARIES) $(pkglib_LTLIBRARIES)
|
|
DEFS = -DUNDEF_THREADS_HACK
|
|
|
|
# Don't update the files from bitkeeper
|
|
%::SCCS/s.%
|
|
|
|
|