From dfe289850f068f19ba4a83ab4e7e22a7e09c13c9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 26 Jan 2013 13:17:21 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- tdespell2/plugins/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tdespell2/plugins/Makefile.am (limited to 'tdespell2/plugins/Makefile.am') 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 -- cgit v1.2.1