diff options
author | Vladislav Vaintroub <vvaintroub@mysql.com> | 2008-10-23 17:59:22 +0200 |
---|---|---|
committer | Vladislav Vaintroub <vvaintroub@mysql.com> | 2008-10-23 17:59:22 +0200 |
commit | 0d220ba7caf43f1f951d8a81a2f5bd78ffadaf78 (patch) | |
tree | ae11893b169d1eee189a715dbe3a6c4b8f09b39b /sql/Makefile.am | |
parent | f698f0b32e3e6699a66ae6e9e79d5fce54602034 (diff) | |
parent | 49ff055736b3b613005e5b17915d08fe48b7b532 (diff) | |
download | mariadb-git-0d220ba7caf43f1f951d8a81a2f5bd78ffadaf78.tar.gz |
merge fix for Bug40280 from 5.0
Diffstat (limited to 'sql/Makefile.am')
-rw-r--r-- | sql/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sql/Makefile.am b/sql/Makefile.am index b9de9b279a3..e477a6123ec 100644 --- a/sql/Makefile.am +++ b/sql/Makefile.am @@ -146,8 +146,10 @@ DEFS = -DMYSQL_SERVER \ BUILT_MAINT_SRC = sql_yacc.cc sql_yacc.h BUILT_SOURCES = $(BUILT_MAINT_SRC) lex_hash.h link_sources EXTRA_DIST = udf_example.c udf_example.def $(BUILT_MAINT_SRC) \ - nt_servc.cc nt_servc.h message.mc CMakeLists.txt \ - udf_example.c udf_example.def + nt_servc.cc nt_servc.h \ + message.mc message.h message.rc MSG00001.bin \ + CMakeLists.txt + CLEANFILES = lex_hash.h sql_yacc.output link_sources DISTCLEANFILES = $(EXTRA_PROGRAMS) MAINTAINERCLEANFILES = $(BUILT_MAINT_SRC) |