diff options
author | unknown <brian@zim.(none)> | 2006-03-27 18:20:43 -0800 |
---|---|---|
committer | unknown <brian@zim.(none)> | 2006-03-27 18:20:43 -0800 |
commit | 9c9e068488b2d2f72d322272a7a8b24182588ebe (patch) | |
tree | a3b83280f6cc0e15feb3e9a5bca4c6f02bc92e14 /sql/Makefile.am | |
parent | cd493c5a11f4c6ee1d0c5aa837058499a01b8832 (diff) | |
download | mariadb-git-9c9e068488b2d2f72d322272a7a8b24182588ebe.tar.gz |
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:
Removing deleted file.
Diffstat (limited to 'sql/Makefile.am')
-rw-r--r-- | sql/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |