diff options
author | jani@hynda.mysql.fi <> | 2001-04-20 14:54:14 +0300 |
---|---|---|
committer | jani@hynda.mysql.fi <> | 2001-04-20 14:54:14 +0300 |
commit | 6f0b25826c4e80ae9f6616705a1715e84e5b003d (patch) | |
tree | 05b1d884e59b907f2227557f3b3896e86e578766 /client/Makefile.am | |
parent | 13312cda9f17fa828442643e7d9335617beb46dd (diff) | |
download | mariadb-git-6f0b25826c4e80ae9f6616705a1715e84e5b003d.tar.gz |
Changes in manual and client/Makefile.am
Diffstat (limited to 'client/Makefile.am')
-rw-r--r-- | client/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/Makefile.am b/client/Makefile.am index 77f6cb72ff1..24221dcab74 100644 --- a/client/Makefile.am +++ b/client/Makefile.am @@ -21,13 +21,14 @@ INCLUDES = -I$(srcdir)/../include \ -I.. LIBS = @CLIENT_LIBS@ LDADD = @CLIENT_EXTRA_LDFLAGS@ ../libmysql/libmysqlclient.la -bin_PROGRAMS = mysql mysqladmin mysqlshow mysqldump mysqlimport mysqltest +bin_PROGRAMS = mysql mysqladmin mysqlcheck mysqlshow mysqldump mysqlimport mysqltest noinst_PROGRAMS = insert_test select_test thread_test noinst_HEADERS = sql_string.h completion_hash.h my_readline.h mysql_SOURCES = mysql.cc readline.cc sql_string.cc completion_hash.cc mysql_LDADD = @readline_link@ @TERMCAP_LIB@ $(LDADD) $(CXXLDFLAGS) mysql_DEPENDENCIES= $(LIBRARIES) $(pkglib_LTLIBRARIES) mysqladmin_DEPENDENCIES= $(LIBRARIES) $(pkglib_LTLIBRARIES) +mysqlcheck_DEPENDENCIES= $(LIBRARIES) $(pkglib_LTLIBRARIES) mysqlshow_DEPENDENCIES= $(LIBRARIES) $(pkglib_LTLIBRARIES) mysqldump_DEPENDENCIES= $(LIBRARIES) $(pkglib_LTLIBRARIES) mysqlimport_DEPENDENCIES= $(LIBRARIES) $(pkglib_LTLIBRARIES) |