summaryrefslogtreecommitdiffstats
path: root/kdnssd/ioslave/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'kdnssd/ioslave/Makefile.am')
-rw-r--r--kdnssd/ioslave/Makefile.am21
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