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/archive/Makefile.am | |
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/archive/Makefile.am')
-rw-r--r-- | storage/archive/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/archive/Makefile.am b/storage/archive/Makefile.am index 3d933408b0b..5e91ffa83e8 100644 --- a/storage/archive/Makefile.am +++ b/storage/archive/Makefile.am @@ -57,6 +57,6 @@ archive_test_LDADD = $(top_builddir)/mysys/libmysys.a \ archive_test_LDFLAGS = @NOINST_LDFLAGS@ -EXTRA_DIST = CMakeLists.txt +EXTRA_DIST = CMakeLists.txt plug.in # Don't update the files from bitkeeper %::SCCS/s.% |