diff options
author | Mikael Ronstrom <mikael@mysql.com> | 2009-02-21 19:26:38 +0100 |
---|---|---|
committer | Mikael Ronstrom <mikael@mysql.com> | 2009-02-21 19:26:38 +0100 |
commit | 0751cc6c125b8734fa76a03a1bcf37d51029cdd2 (patch) | |
tree | a1acf77dc3f39bf3dd03e37871fb3ef39902de6b /sql/Makefile.am | |
parent | d2e89004edd8e6967a45bc7402730024a67803b5 (diff) | |
download | mariadb-git-0751cc6c125b8734fa76a03a1bcf37d51029cdd2.tar.gz |
Updated to new version 0.2.3,
fixed make dist issue after moving
probes_mysql.d from sql to include
directory.
Diffstat (limited to 'sql/Makefile.am')
-rw-r--r-- | sql/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/Makefile.am b/sql/Makefile.am index 07b82a3c0f6..e50420cc524 100644 --- a/sql/Makefile.am +++ b/sql/Makefile.am @@ -165,7 +165,6 @@ 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 message.h message.rc MSG00001.bin \ - probes_mysql.d \ CMakeLists.txt CLEANFILES = lex_hash.h sql_yacc.output link_sources |