summaryrefslogtreecommitdiff
path: root/storage/ndb/Makefile.am
diff options
context:
space:
mode:
authorunknown <acurtis/antony@xiphis.org/ltamd64.xiphis.org>2006-09-18 19:31:08 -0700
committerunknown <acurtis/antony@xiphis.org/ltamd64.xiphis.org>2006-09-18 19:31:08 -0700
commit39407a0309a13ae021be169a9e852a7b199ad3fb (patch)
treebe3a3dfce499feef8414a9ba088f5735afa4ffe0 /storage/ndb/Makefile.am
parentc690c11feb18e43b87cffb6d95d8e34a110d94d7 (diff)
downloadmariadb-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/ndb/Makefile.am')
-rw-r--r--storage/ndb/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/ndb/Makefile.am b/storage/ndb/Makefile.am
index 0b99ca39114..be9dc223d9d 100644
--- a/storage/ndb/Makefile.am
+++ b/storage/ndb/Makefile.am
@@ -1,6 +1,6 @@
SUBDIRS = src tools . include @ndb_opt_subdirs@
DIST_SUBDIRS = src tools include test docs
-EXTRA_DIST = config ndbapi-examples
+EXTRA_DIST = config ndbapi-examples plug.in
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
include $(top_srcdir)/storage/ndb/config/common.mk.am