diff options
author | tonu@x153.internalnet <> | 2001-08-30 04:46:25 +0800 |
---|---|---|
committer | tonu@x153.internalnet <> | 2001-08-30 04:46:25 +0800 |
commit | 1c4be70ca840cab7345078040c9b7857184d8705 (patch) | |
tree | dfdc96df3070f65824ee901d31f6866979a3da76 /tools | |
parent | f194e4012af6e566127bdf75df7f05617c141d32 (diff) | |
download | mariadb-git-1c4be70ca840cab7345078040c9b7857184d8705.tar.gz |
Makefile.am DidnĀ“ t compile after clone
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 21455447ce1..afb888c3a9a 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -5,7 +5,7 @@ LIBS = @TOOLS_LIBS@ LDADD = @CLIENT_EXTRA_LDFLAGS@ ../libmysql_r/libmysqlclient_r.la bin_PROGRAMS = mysqlmngd mysqlmngd_SOURCES = mysqlmngd.c my_vsnprintf.c -mysqltest_DEPENDENCIES= $(LIBRARIES) $(pkglib_LTLIBRARIES) +#mysqltest_DEPENDENCIES= $(LIBRARIES) $(pkglib_LTLIBRARIES) DEFS = -DUNDEF_THREADS_HACK # Don't update the files from bitkeeper |