diff options
author | unknown <acurtis@xiphis.org> | 2006-05-01 21:33:09 -0700 |
---|---|---|
committer | unknown <acurtis@xiphis.org> | 2006-05-01 21:33:09 -0700 |
commit | fa15fbf34738550527b6b102960b7d9750fd959d (patch) | |
tree | bf7d4b8ff5d717f0a72d8dfb958718da47855d85 /storage/example | |
parent | 3d35b05a0cb35e873ca4ecf595e4524809281634 (diff) | |
download | mariadb-git-fa15fbf34738550527b6b102960b7d9750fd959d.tar.gz |
WL#3201 post-review fixups
end plugin/module naming schizophrenia
fixup shell code and m4 macro comments
cmakelists.txt included in EXTRA_DIST
BUILD/SETUP.sh:
change module -> plugin
config/ac-macros/plugins.m4:
change module -> plugin
rename some macros
fixup comments
alter shell code to use similar 'test "X$var" = Xfoo"' which autoconf generates
configure.in:
change module -> plugin
move plugin mandatory declarations near rest of plugin declaration
storage/archive/Makefile.am:
cmakelists.txt needed in EXTRA_DIST
storage/blackhole/Makefile.am:
cmakelists.txt needed in EXTRA_DIST
storage/csv/Makefile.am:
cmakelists.txt needed in EXTRA_DIST
storage/example/Makefile.am:
cmakelists.txt needed in EXTRA_DIST
Diffstat (limited to 'storage/example')
-rw-r--r-- | storage/example/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/example/Makefile.am b/storage/example/Makefile.am index f97dcc09e6b..9c4bedb2160 100644 --- a/storage/example/Makefile.am +++ b/storage/example/Makefile.am @@ -47,5 +47,6 @@ libexample_a_CFLAGS = $(AM_CFLAGS) libexample_a_SOURCES= ha_example.cc +EXTRA_DIST = cmakelists.txt # Don't update the files from bitkeeper %::SCCS/s.% |