diff options
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/Makefile.am | 5 |
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 + |