summaryrefslogtreecommitdiffstats
path: root/kode/kwsdl/schema
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-28 10:26:02 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-28 10:26:02 -0600
commitb9ef732a4a8e8eff1b646dfe6fa11c42f3a82ac8 (patch)
tree7077d592cabe16148af56a275ce3b612cfa68ef4 /kode/kwsdl/schema
parentc5bee2a602f3b6a9ca58c247df52b834ea50d0ed (diff)
downloadtdepim-b9ef732a4a8e8eff1b646dfe6fa11c42f3a82ac8.tar.gz
tdepim-b9ef732a4a8e8eff1b646dfe6fa11c42f3a82ac8.zip
Fix up remaining references to -lkio
Diffstat (limited to 'kode/kwsdl/schema')
-rw-r--r--kode/kwsdl/schema/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/kode/kwsdl/schema/Makefile.am b/kode/kwsdl/schema/Makefile.am
index fd1e3e24c..87884af08 100644
--- a/kode/kwsdl/schema/Makefile.am
+++ b/kode/kwsdl/schema/Makefile.am
@@ -5,7 +5,7 @@ lib_LTLIBRARIES = libschema.la
libschema_la_SOURCES = attribute.cpp complextype.cpp element.cpp fileprovider.cpp \
parser.cpp qualifiedname.cpp simpletype.cpp types.cpp typestable.cpp
libschema_la_LDFLAGS = $(all_libraries) -version-info 1:0:0 -no-undefined
-libschema_la_LIBADD = -lqt-mt -ltdecore -lkio
+libschema_la_LIBADD = -lqt-mt -ltdecore -ltdeio
#bin_PROGRAMS = schematest
#schematest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor