diff options
Diffstat (limited to 'kcontrol/spellchecking/Makefile.am')
-rw-r--r-- | kcontrol/spellchecking/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/spellchecking/Makefile.am b/kcontrol/spellchecking/Makefile.am index e4740eb8e..41c9a17f2 100644 --- a/kcontrol/spellchecking/Makefile.am +++ b/kcontrol/spellchecking/Makefile.am @@ -3,7 +3,7 @@ kde_module_LTLIBRARIES = kcm_spellchecking.la kcm_spellchecking_la_SOURCES = spellchecking.cpp kcm_spellchecking_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined -kcm_spellchecking_la_LIBADD = -lkdeui +kcm_spellchecking_la_LIBADD = -ltdeui AM_CPPFLAGS= $(all_includes) |