mariadb/tools/Makefile.am

11 lines
376 B
Text
Raw Normal View History

2001-09-17 12:09:44 +03:00
INCLUDES = @MT_INCLUDES@ -I$(srcdir)/../include \
2001-09-17 00:32:45 +03:00
$(openssl_includes) -I../include
LDADD= @CLIENT_EXTRA_LDFLAGS@ ../libmysql_r/libmysqlclient_r.la @openssl_libs@
2001-09-17 00:32:45 +03:00
bin_PROGRAMS= mysqlmanager
mysqlmanager_SOURCES= mysqlmanager.c
mysqlmanager_DEPENDENCIES= $(LIBRARIES) $(pkglib_LTLIBRARIES)
DEF= -DUNDEF_THREADS_HACK
2001-08-27 17:33:11 -06:00
# Don't update the files from bitkeeper
%::SCCS/s.%