diff options
author | unknown <serg@sergbook.mysql.com> | 2006-04-30 15:52:30 -0400 |
---|---|---|
committer | unknown <serg@sergbook.mysql.com> | 2006-04-30 15:52:30 -0400 |
commit | 3d35b05a0cb35e873ca4ecf595e4524809281634 (patch) | |
tree | 14e0a6e9a0872b3ed70305f630f07f19b7bc0609 /plugin/Makefile.am | |
parent | 2eff96e63127e846d210ba94b8b3fcdfe9d6e5e6 (diff) | |
download | mariadb-git-3d35b05a0cb35e873ca4ecf595e4524809281634.tar.gz |
fixes
Makefile.am:
plugin/ must be built before sql/
config/ac-macros/plugins.m4:
simplifications, style fixes
BitKeeper/etc/ignore:
Added compile libmysqld/sql_builtin.cc sql/sql_builtin.cc to the ignore list
plugin/Makefile.am:
restore comment
plugin/fulltext/Makefile.am:
revert
sql/sql_show.cc:
revert
Diffstat (limited to 'plugin/Makefile.am')
-rw-r--r-- | plugin/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugin/Makefile.am b/plugin/Makefile.am index deb73c988b3..6dee710103e 100644 --- a/plugin/Makefile.am +++ b/plugin/Makefile.am @@ -18,7 +18,10 @@ AUTOMAKE_OPTIONS = foreign +# extra plugin example files are listed here, to +# keep its Makefile.am cleaner as a template EXTRA_DIST = fulltext/configure.in + SUBDIRS = @mysql_pg_dirs@ # Don't update the files from bitkeeper |