diff options
Diffstat (limited to 'kspell2/plugins/hspell/Makefile.am')
-rw-r--r-- | kspell2/plugins/hspell/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kspell2/plugins/hspell/Makefile.am b/kspell2/plugins/hspell/Makefile.am index 8f9b4e982..e45ae1aae 100644 --- a/kspell2/plugins/hspell/Makefile.am +++ b/kspell2/plugins/hspell/Makefile.am @@ -11,7 +11,7 @@ kde_module_LTLIBRARIES = kspell_hspell.la kspell_hspell_la_SOURCES = kspell_hspellclient.cpp kspell_hspelldict.cpp kspell_hspell_la_LDFLAGS = -module -no-undefined $(KDE_PLUGIN) -kspell_hspell_la_LIBADD = ../../ui/libkspell2.la -lhspell -lz +kspell_hspell_la_LIBADD = ../../ui/libkspell2.la -lhspell -lz $(LIB_QT) $(LIB_KDECORE) service_DATA = kspell_hspell.desktop servicedir = $(kde_servicesdir) |