From 1ec1587cd3749f6ab41c57a1c766287851ce0480 Mon Sep 17 00:00:00 2001 From: "brian@zim.(none)" <> Date: Mon, 27 Mar 2006 18:20:43 -0800 Subject: [PATCH] Removing deleted file (this fixes the pushbuild failure from Reggie's push). There still may be issues on the Window's side from what I can see from doing a grep. --- sql/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/Makefile.am b/sql/Makefile.am index 8545cd7d75a..aff08ba64d8 100644 --- a/sql/Makefile.am +++ b/sql/Makefile.am @@ -124,7 +124,7 @@ DEFS = -DMYSQL_SERVER \ @DEFS@ BUILT_SOURCES = sql_yacc.cc sql_yacc.h lex_hash.h -EXTRA_DIST = udf_example.cc handlerton-win.cc $(BUILT_SOURCES) +EXTRA_DIST = udf_example.cc $(BUILT_SOURCES) CLEANFILES = lex_hash.h sql_yacc.cc sql_yacc.h AM_YFLAGS = -d