mariadb/tools/Makefile.am

10 lines
359 B
Text
Raw Normal View History

2002-11-26 14:01:08 +01:00
INCLUDES = @MT_INCLUDES@ -I$(top_srcdir)/include $(openssl_includes)
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.%