summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
blob: aa513c13f058ba3e71ce8277538e3c2b80ca71ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.%