summaryrefslogtreecommitdiffstats
path: root/kiosktool
diff options
context:
space:
mode:
Diffstat (limited to 'kiosktool')
-rw-r--r--kiosktool/Makefile.am4
-rw-r--r--kiosktool/kcms/autostart/Makefile.am2
2 files changed, 3 insertions, 3 deletions
diff --git a/kiosktool/Makefile.am b/kiosktool/Makefile.am
index 5561505..f259bbf 100644
--- a/kiosktool/Makefile.am
+++ b/kiosktool/Makefile.am
@@ -12,7 +12,7 @@ bin_PROGRAMS = kiosktool kiosktool-tdedirs
INCLUDES = $(all_includes)
# the library search path.
-kiosktool_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
+kiosktool_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
# the libraries to link against.
kiosktool_LDADD = $(LIB_TDEFILE) -ltdeprint
@@ -32,7 +32,7 @@ kiosktool_SOURCES = main.cpp kioskgui.cpp kioskdata.cpp kioskrun.cpp \
kiosksync.cpp
# the library search path.
-kiosktool_tdedirs_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
+kiosktool_tdedirs_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
# the libraries to link against.
kiosktool_tdedirs_LDADD = $(LIB_TDECORE)
diff --git a/kiosktool/kcms/autostart/Makefile.am b/kiosktool/kcms/autostart/Makefile.am
index 993941a..e79d9fc 100644
--- a/kiosktool/kcms/autostart/Makefile.am
+++ b/kiosktool/kcms/autostart/Makefile.am
@@ -3,7 +3,7 @@ kde_module_LTLIBRARIES = kcm_autostart.la
kcm_autostart_la_SOURCES = kcmautostart.cpp
kcm_autostart_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
-kcm_autostart_la_LIBADD = $(LIB_KIO)
+kcm_autostart_la_LIBADD = $(LIB_TDEIO)
INCLUDES= $(all_includes)