diff options
author | Luis Soares <luis.soares@sun.com> | 2009-11-13 12:14:38 +0000 |
---|---|---|
committer | Luis Soares <luis.soares@sun.com> | 2009-11-13 12:14:38 +0000 |
commit | bcb25587aeeddcf5a0a711e0aae8527da4e879e0 (patch) | |
tree | 3e23d00d95997ae2191eff7e1726f09bdea6fdca /client | |
parent | d8ca6b9dd9111db8f303d872f279f374af68e80b (diff) | |
download | mariadb-git-bcb25587aeeddcf5a0a711e0aae8527da4e879e0.tar.gz |
BUG#48048: Deprecated constructs need removal in Betony
Post-push fix: Reverting change in Makefile.am which was
causing windows not to build client/.
Diffstat (limited to 'client')
-rw-r--r-- | client/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/Makefile.am b/client/Makefile.am index 9acf075d396..ccd0d8aada0 100644 --- a/client/Makefile.am +++ b/client/Makefile.am @@ -34,7 +34,7 @@ LDADD= @CLIENT_EXTRA_LDFLAGS@ $(CLIENT_THREAD_LIBS) \ noinst_HEADERS = sql_string.h completion_hash.h my_readline.h \ client_priv.h -EXTRA_DIST = echo.c +EXTRA_DIST = get_password.c CMakeLists.txt echo.c BUILT_SOURCES = link_sources |