From 32845ff9079371670e8143987cddd6032a29337c Mon Sep 17 00:00:00 2001 From: Luis Soares Date: Fri, 13 Nov 2009 12:14:38 +0000 Subject: [PATCH] BUG#48048: Deprecated constructs need removal in Betony Post-push fix: Reverting change in Makefile.am which was causing windows not to build client/. --- client/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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