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.
14 lines
378 B
14 lines
378 B
15 years ago
|
kde_module_LTLIBRARIES = kded_dnssdwatcher.la
|
||
|
|
||
|
METASOURCES = AUTO
|
||
|
INCLUDES = $(all_includes)
|
||
|
|
||
|
kded_dnssdwatcher_la_SOURCES = dnssdwatcher.cpp dnssdwatcher.skel watcher.cpp
|
||
|
kded_dnssdwatcher_la_LDFLAGS = $(all_libraries) -module -avoid-version
|
||
|
kded_dnssdwatcher_la_LIBADD = $(LIB_KDNSSD) $(LIB_KIO)
|
||
|
|
||
|
|
||
|
servicesdir = $(kde_servicesdir)/kded
|
||
|
services_DATA = dnssdwatcher.desktop
|
||
|
|