mariadb/tools/Makefile.am

15 lines
443 B
Text
Raw Normal View History

2001-08-28 01:33:11 +02:00
INCLUDES = -I$(srcdir)/../include $(openssl_includes) \
-I../include -I$(srcdir)/.. -I$(top_srcdir) \
-I..
2001-08-31 00:22:52 +02:00
LIBS = @TOOLS_LIBS@ $(openssl_libs)
2001-08-28 01:33:11 +02:00
LDADD = @CLIENT_EXTRA_LDFLAGS@ ../libmysql_r/libmysqlclient_r.la
bin_PROGRAMS = mysqlmanager
mysqlmanager_SOURCES = mysqlmanager.c
mysqlmanager_DEPENDENCIES= $(LIBRARIES) $(pkglib_LTLIBRARIES)
2001-08-28 01:33:11 +02:00
DEFS = -DUNDEF_THREADS_HACK
# Don't update the files from bitkeeper
%::SCCS/s.%