From aefaf42fc9b0d82f069662dfe800a971a0344dfc Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Tue, 14 Sep 2010 23:12:28 +0200 Subject: [PATCH] fix bad merge that broke make distcheck --- sql-common/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql-common/Makefile.am b/sql-common/Makefile.am index 3193efee754..2f5a049085f 100644 --- a/sql-common/Makefile.am +++ b/sql-common/Makefile.am @@ -14,4 +14,4 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ## Process this file with automake to create Makefile.in -EXTRA_DIST = client.c pack.c my_time.c my_user.c +EXTRA_DIST = client.c pack.c my_time.c my_user.c client_plugin.c