diff options
author | Timothy Pearson <[email protected]> | 2013-01-26 13:17:46 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-26 13:17:46 -0600 |
commit | 48087e1d5650499b6093a6816356d467c8461802 (patch) | |
tree | 00c39f978492596620df1374e8a91af507d8bac3 /kdnssd/ioslave/Makefile.am | |
parent | ccfaeb9b831a41e93e777b041cdf33a7d40a0e0b (diff) | |
download | tdenetwork-48087e1d5650499b6093a6816356d467c8461802.tar.gz tdenetwork-48087e1d5650499b6093a6816356d467c8461802.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kdnssd/ioslave/Makefile.am')
-rw-r--r-- | kdnssd/ioslave/Makefile.am | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/kdnssd/ioslave/Makefile.am b/kdnssd/ioslave/Makefile.am deleted file mode 100644 index 77e75e46..00000000 --- a/kdnssd/ioslave/Makefile.am +++ /dev/null @@ -1,21 +0,0 @@ -INCLUDES = $(all_includes) - -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) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor - -protocol_DATA = zeroconf.protocol invitation.protocol -protocoldir = $(kde_servicesdir) - -services_DATA = _http._tcp _ftp._tcp _ldap._tcp _webdav._tcp _nfs._tcp _ssh._tcp -servicesdir = $(kde_datadir)/zeroconf - -remote_DATA = zeroconf.desktop -remotedir = $(kde_datadir)/remoteview - -messages: rc.cpp - $(XGETTEXT) *.cpp -o $(podir)/kio_zeroconf.pot - -METASOURCES = AUTO |