summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorunknown <sasha@mysql.sashanet.com>2001-08-09 18:16:43 -0600
committerunknown <sasha@mysql.sashanet.com>2001-08-09 18:16:43 -0600
commit8ddf0c441464bcb19595ff7735d3f0de8a54318f (patch)
tree9d06bd339f6bb64b768d1643ebf486cac78790a1 /Makefile.am
parentc67510f0939fbcad4f2f0efcc79272322d5ffa57 (diff)
downloadmariadb-git-8ddf0c441464bcb19595ff7735d3f0de8a54318f.tar.gz
mysqlbinlog->client
BitKeeper/etc/ignore: Added client/log_event.cc client/log_event.h client/mf_iocache.c client/mf_iocache.cc client/mysqlbinlog client/mysys_priv.h mysql.kdevprj to the ignore list Makefile.am: do symlink hack in the client directory ( originally needed to get log_event.cc for mysqlbinlog) client/mysqlbinlog.cc: fixes to make it compile in the client directory libmysql/Makefile.shared: link mysqlbinlog dependencies into libmysqlclient libmysql/libmysql.c: make simple_command and net_safe_read extern ( for mysqlbinlog) sql/log_event.cc: removed pthread dependency in mysqlbinlog sql/log_event.h: removed pthread dependency in mysqlbinlog
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index bfe6a8a2e43..22e066ac9d4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -37,6 +37,7 @@ linked_include_sources:
echo timestamp > linked_include_sources
linked_client_sources: @linked_client_targets@
+ cd client; $(MAKE) link_sources
echo timestamp > linked_client_sources
linked_libmysql_sources: