summaryrefslogtreecommitdiffstats
path: root/kmilo/thinkpad
diff options
context:
space:
mode:
Diffstat (limited to 'kmilo/thinkpad')
-rw-r--r--kmilo/thinkpad/Makefile.am2
-rw-r--r--kmilo/thinkpad/kcmthinkpad/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/kmilo/thinkpad/Makefile.am b/kmilo/thinkpad/Makefile.am
index e82c26b..8851248 100644
--- a/kmilo/thinkpad/Makefile.am
+++ b/kmilo/thinkpad/Makefile.am
@@ -23,7 +23,7 @@ INCLUDES=-I$(srcdir)/../kmilod $(all_includes)
kde_module_LTLIBRARIES = kmilo_thinkpad.la
kmilo_thinkpad_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
-kmilo_thinkpad_la_LIBADD = ../kmilod/libkmilo.la $(LIB_KIO)
+kmilo_thinkpad_la_LIBADD = ../kmilod/libkmilo.la $(LIB_TDEIO)
kmilo_thinkpad_la_SOURCES = thinkpad.cpp
METASOURCES = AUTO
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)\""