diff options
Diffstat (limited to 'kmilo/thinkpad/kcmthinkpad/Makefile.am')
-rw-r--r-- | kmilo/thinkpad/kcmthinkpad/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmilo/thinkpad/kcmthinkpad/Makefile.am b/kmilo/thinkpad/kcmthinkpad/Makefile.am index 4e70c40..acbb234 100644 --- a/kmilo/thinkpad/kcmthinkpad/Makefile.am +++ b/kmilo/thinkpad/kcmthinkpad/Makefile.am @@ -3,7 +3,7 @@ kde_module_LTLIBRARIES = kcm_thinkpad.la kcm_thinkpad_la_SOURCES = kcmthinkpad_general.ui main.cpp kcm_thinkpad_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -kcm_thinkpad_la_LIBADD = $(LIB_KIO) +kcm_thinkpad_la_LIBADD = $(LIB_TDEIO) INCLUDES= $(all_includes) -DKDE_BINDIR="\"$(bindir)\"" |