diff options
author | sasha@mysql.sashanet.com <> | 2001-08-09 18:16:43 -0600 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2001-08-09 18:16:43 -0600 |
commit | 681cdbbdf93f2c168368f4bdd79d785a3a2f6811 (patch) | |
tree | 9d06bd339f6bb64b768d1643ebf486cac78790a1 /Makefile.am | |
parent | 94db78ce61a998d28a9335bade3e5e1df558a4ea (diff) | |
download | mariadb-git-681cdbbdf93f2c168368f4bdd79d785a3a2f6811.tar.gz |
mysqlbinlog->client
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
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: |