diff options
author | unknown <acurtis/antony@xiphis.org/ltamd64.xiphis.org> | 2006-09-18 19:31:08 -0700 |
---|---|---|
committer | unknown <acurtis/antony@xiphis.org/ltamd64.xiphis.org> | 2006-09-18 19:31:08 -0700 |
commit | 39407a0309a13ae021be169a9e852a7b199ad3fb (patch) | |
tree | be3a3dfce499feef8414a9ba088f5735afa4ffe0 /storage/blackhole | |
parent | c690c11feb18e43b87cffb6d95d8e34a110d94d7 (diff) | |
download | mariadb-git-39407a0309a13ae021be169a9e852a7b199ad3fb.tar.gz |
Bug#22417
"plug.in not included in dist source"
storage/archive/Makefile.am:
plug.in needs to be included in dist
storage/blackhole/Makefile.am:
plug.in needs to be included in dist
storage/csv/Makefile.am:
plug.in needs to be included in dist
storage/example/Makefile.am:
plug.in needs to be included in dist
storage/federated/Makefile.am:
plug.in needs to be included in dist
storage/heap/Makefile.am:
plug.in needs to be included in dist
storage/innobase/Makefile.am:
plug.in needs to be included in dist
storage/myisam/Makefile.am:
plug.in needs to be included in dist
storage/myisammrg/Makefile.am:
plug.in needs to be included in dist
storage/ndb/Makefile.am:
plug.in needs to be included in dist
Diffstat (limited to 'storage/blackhole')
-rw-r--r-- | storage/blackhole/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/blackhole/Makefile.am b/storage/blackhole/Makefile.am index e3e28cd75b5..36a885c4a26 100644 --- a/storage/blackhole/Makefile.am +++ b/storage/blackhole/Makefile.am @@ -47,6 +47,6 @@ libblackhole_a_CFLAGS = $(AM_CFLAGS) libblackhole_a_SOURCES= ha_blackhole.cc -EXTRA_DIST = CMakeLists.txt +EXTRA_DIST = CMakeLists.txt plug.in # Don't update the files from bitkeeper %::SCCS/s.% |