summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
blob: 1e1d8866b10978c789822775e9743e92cce15fc7 (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@
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.%