summaryrefslogtreecommitdiffstats
path: root/kdnssd/ioslave
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-18 10:52:13 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-18 10:52:13 -0600
commitd81f0e49aa19d9a3b627e140306abb10e3b26026 (patch)
tree5d8f321b2e683ba50313986581d532591bffa58c /kdnssd/ioslave
parent4170042e5739954147a92c4a25440326e6c10fc7 (diff)
downloadtdenetwork-d81f0e49aa19d9a3b627e140306abb10e3b26026.tar.gz
tdenetwork-d81f0e49aa19d9a3b627e140306abb10e3b26026.zip
Update kdenetwork Autotools for new DSO linkage style
Diffstat (limited to 'kdnssd/ioslave')
-rw-r--r--kdnssd/ioslave/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdnssd/ioslave/Makefile.am b/kdnssd/ioslave/Makefile.am
index 7b2cbb9a..77e75e46 100644
--- a/kdnssd/ioslave/Makefile.am
+++ b/kdnssd/ioslave/Makefile.am
@@ -4,7 +4,7 @@ kde_module_LTLIBRARIES = kio_zeroconf.la
kio_zeroconf_la_SOURCES = dnssd.cpp
kio_zeroconf_la_LIBADD = $(LIB_KDNSSD) $(LIB_KIO)
-kio_zeroconf_la_LDFLAGS = -avoid-version -module $(all_libraries) $(KDE_PLUGIN)
+kio_zeroconf_la_LDFLAGS = -avoid-version -module $(all_libraries) $(KDE_PLUGIN) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
protocol_DATA = zeroconf.protocol invitation.protocol
protocoldir = $(kde_servicesdir)