You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
INCLUDES = $(all_includes)
|
|
|
|
|
|
|
|
kde_module_LTLIBRARIES = tdeio_zeroconf.la
|
|
|
|
|
|
|
|
tdeio_zeroconf_la_SOURCES = dnssd.cpp
|
|
|
|
tdeio_zeroconf_la_LIBADD = $(LIB_TDEDNSSD) $(LIB_TDEIO)
|
|
|
|
tdeio_zeroconf_la_LDFLAGS = -avoid-version -module $(all_libraries) $(KDE_PLUGIN) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
|
|
|
|
|
|
|
|
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)/tdeio_zeroconf.pot
|
|
|
|
|
|
|
|
METASOURCES = AUTO
|