diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-18 10:52:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-18 10:52:13 -0600 |
commit | d81f0e49aa19d9a3b627e140306abb10e3b26026 (patch) | |
tree | 5d8f321b2e683ba50313986581d532591bffa58c /kdnssd/ioslave | |
parent | 4170042e5739954147a92c4a25440326e6c10fc7 (diff) | |
download | tdenetwork-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.am | 2 |
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) |