summaryrefslogtreecommitdiffstats
path: root/conduits/popmail/Makefile.am
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-28 10:22:23 -0600
committerTimothy Pearson <[email protected]>2013-01-28 10:22:23 -0600
commit03fdb0c73100088786f95a2ef58b38d6c4f8226f (patch)
tree75b1394053b1d55c3e4a89462b70155419ee535c /conduits/popmail/Makefile.am
parent31885d27e022d6cb07ece0eb7824932392b1645a (diff)
downloadkpilot-03fdb0c73100088786f95a2ef58b38d6c4f8226f.tar.gz
kpilot-03fdb0c73100088786f95a2ef58b38d6c4f8226f.zip
Fix up remaining references to -lkio
Diffstat (limited to 'conduits/popmail/Makefile.am')
-rw-r--r--conduits/popmail/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/conduits/popmail/Makefile.am b/conduits/popmail/Makefile.am
index 07cfcdc..3a87f22 100644
--- a/conduits/popmail/Makefile.am
+++ b/conduits/popmail/Makefile.am
@@ -16,7 +16,7 @@ kde_module_LTLIBRARIES = conduit_popmail.la
conduit_popmail_la_SOURCES = popmailSettings.kcfgc setup-dialog.ui \
popmail-factory.cc setupDialog.cc \
popmail-conduit.cc
-conduit_popmail_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_QT) -ltdecore -lkio -ltdeui -lDCOP
+conduit_popmail_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_QT) -ltdecore -ltdeio -ltdeui -lDCOP
conduit_popmail_la_LIBADD = ../../lib/libkpilot.la $(LIB_KIO)
# this option you can leave out. Just, if you use "make dist", you need it