diff options
Diffstat (limited to 'kspell2/plugins/aspell')
-rw-r--r-- | kspell2/plugins/aspell/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kspell2/plugins/aspell/Makefile.am b/kspell2/plugins/aspell/Makefile.am index dca63b51d..b3eb64f33 100644 --- a/kspell2/plugins/aspell/Makefile.am +++ b/kspell2/plugins/aspell/Makefile.am @@ -11,7 +11,7 @@ kde_module_LTLIBRARIES = kspell_aspell.la kspell_aspell_la_SOURCES = kspell_aspellclient.cpp kspell_aspelldict.cpp kspell_aspell_la_LDFLAGS = -module -no-undefined $(KDE_PLUGIN) -kspell_aspell_la_LIBADD = ../../ui/libkspell2.la -laspell $(LIB_QT) $(LIB_KDECORE) +kspell_aspell_la_LIBADD = ../../ui/libkspell2.la -laspell $(LIB_QT) $(LIB_TDECORE) service_DATA = kspell_aspell.desktop servicedir = $(kde_servicesdir) |