diff options
author | monty@hundin.mysql.fi <> | 2001-09-17 00:32:45 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-09-17 00:32:45 +0300 |
commit | 13fd01aad3523094e15edb6214736475673c3263 (patch) | |
tree | 667c6b8bf135f8c3fe9c4fccd1bb8ec99d08b795 /tools/Makefile.am | |
parent | 560631ed3b7e5984a99b75050e4599bc601c4f17 (diff) | |
download | mariadb-git-13fd01aad3523094e15edb6214736475673c3263.tar.gz |
Portability fixes
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index aa513c13f05..9f57d4c81df 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,14 +1,11 @@ -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 +INCLUDES = @MT_INCLUDE@ -I$(srcdir)/../include \ + $(openssl_includes) -I../include +LIBS= @openssl_libs@ +LDADD= @CLIENT_EXTRA_LDFLAGS@ ../libmysql_r/libmysqlclient_r.la +bin_PROGRAMS= mysqlmanager +mysqlmanager_SOURCES= mysqlmanager.c +mysqlmanager_DEPENDENCIES= $(LIBRARIES) $(pkglib_LTLIBRARIES) +DEF= -DUNDEF_THREADS_HACK # Don't update the files from bitkeeper %::SCCS/s.% - - |