summaryrefslogtreecommitdiff
path: root/plugin/Makefile.am
diff options
context:
space:
mode:
authorserg@serg.mylan <>2006-04-12 14:08:24 +0200
committerserg@serg.mylan <>2006-04-12 14:08:24 +0200
commit70c2ff34f708de50c531f60e9f80102138ad9c6e (patch)
tree46aa796924bcff90935d9149ffb0d65ac7c6ae61 /plugin/Makefile.am
parent5eefa6ec1f57cdac17e454c8f2a71b8ebc129f00 (diff)
downloadmariadb-git-70c2ff34f708de50c531f60e9f80102138ad9c6e.tar.gz
fixes for 'make dist' and 'make distcheck'
Diffstat (limited to 'plugin/Makefile.am')
-rw-r--r--plugin/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugin/Makefile.am b/plugin/Makefile.am
index da4ff0a8d5c..d0f68a9c84b 100644
--- a/plugin/Makefile.am
+++ b/plugin/Makefile.am
@@ -1 +1,6 @@
SUBDIRS= fulltext
+
+# extra plugin example files are listed here, to
+# keep its Makefile.am cleaner as a template
+EXTRA_DIST= fulltext/configure.in
+