summaryrefslogtreecommitdiffstats
path: root/conduits/malconduit
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-28 10:22:23 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-28 10:22:23 -0600
commit03fdb0c73100088786f95a2ef58b38d6c4f8226f (patch)
tree75b1394053b1d55c3e4a89462b70155419ee535c /conduits/malconduit
parent31885d27e022d6cb07ece0eb7824932392b1645a (diff)
downloadkpilot-03fdb0c73100088786f95a2ef58b38d6c4f8226f.tar.gz
kpilot-03fdb0c73100088786f95a2ef58b38d6c4f8226f.zip
Fix up remaining references to -lkio
Diffstat (limited to 'conduits/malconduit')
-rw-r--r--conduits/malconduit/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/conduits/malconduit/Makefile.am b/conduits/malconduit/Makefile.am
index 6754bda..2a46ce8 100644
--- a/conduits/malconduit/Makefile.am
+++ b/conduits/malconduit/Makefile.am
@@ -13,6 +13,6 @@ kde_kcfg_DATA = malconduit.kcfg
kde_module_LTLIBRARIES = conduit_mal.la
conduit_mal_la_SOURCES = malconduitSettings.kcfgc mal-setup_dialog.ui mal-factory.cc mal-setup.cc mal-conduit.cc
-conduit_mal_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_QT) -ltdecore -lkio -ltdeui
+conduit_mal_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_QT) -ltdecore -ltdeio -ltdeui
conduit_mal_la_LIBADD = ../../lib/libkpilot.la $(MAL_LIB) $(LIB_TDEUI)