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 | e61846bf7535a41d732f01dd2d4fd8480ac799d0 (patch) | |
tree | a1acf77dc3f39bf3dd03e37871fb3ef39902de6b | |
parent | ff478aa9560617bdafa1aae943d47b335ec6d505 (diff) | |
download | mariadb-git-e61846bf7535a41d732f01dd2d4fd8480ac799d0.tar.gz |
Updated to new version 0.2.3,
fixed make dist issue after moving
probes_mysql.d from sql to include
directory.
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | include/Makefile.am | 2 | ||||
-rw-r--r-- | sql/Makefile.am | 1 |
3 files changed, 2 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 2a56c6554cb..b7dc571270c 100644 --- a/configure.in +++ b/configure.in @@ -10,7 +10,7 @@ AC_CANONICAL_SYSTEM # # When changing major version number please also check switch statement # in mysqlbinlog::check_master_version(). -AM_INIT_AUTOMAKE(mysql, 5.1.33-pv-0.2.1) +AM_INIT_AUTOMAKE(mysql, 5.1.33-pv-0.2.3) AM_CONFIG_HEADER([include/config.h:config.h.in]) PROTOCOL_VERSION=10 diff --git a/include/Makefile.am b/include/Makefile.am index 8163f41e09e..aa2c9a953b8 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -43,7 +43,7 @@ noinst_HEADERS = config-win.h config-netware.h my_bit.h \ atomic/gcc_builtins.h my_libwrap.h my_stacktrace.h \ probes_mysql.h probes_mysql_nodtrace.h -EXTRA_DIST = mysql.h.pp mysql/plugin.h.pp +EXTRA_DIST = mysql.h.pp mysql/plugin.h.pp probes_mysql.d # Remove built files and the symlinked directories CLEANFILES = $(BUILT_SOURCES) readline openssl 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 |