diff options
Diffstat (limited to 'tdespell2/plugins/Makefile.am')
-rw-r--r-- | tdespell2/plugins/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tdespell2/plugins/Makefile.am b/tdespell2/plugins/Makefile.am new file mode 100644 index 000000000..ffd383c87 --- /dev/null +++ b/tdespell2/plugins/Makefile.am @@ -0,0 +1,9 @@ +if include_aspell_plugin +LIBASPELLPLUGIN = aspell +endif + +if include_hspell_plugin +LIBHSPELLPLUGIN = hspell +endif + +SUBDIRS = $(LIBASPELLPLUGIN) $(LIBHSPELLPLUGIN) ispell |