|
|
METASOURCES = AUTO | METASOURCES = AUTO |
| |
kde_module_LTLIBRARIES = kded_networkstatus.la | kde_module_LTLIBRARIES = kded_networkstatus.la |
noinst_LTLIBRARIES = libnetworkstatus.la libconnectionmanager.la |
lib_LTLIBRARIES = libnetworkstatus.la libconnectionmanager.la |
| |
libnetworkstatus_la_LIBADD = $(LIB_KDECORE) | libnetworkstatus_la_LIBADD = $(LIB_KDECORE) |
libnetworkstatus_la_LDFLAGS = $(all_libraries) | libnetworkstatus_la_LDFLAGS = $(all_libraries) |
|
|
servicesdir = $(kde_servicesdir)/kded | servicesdir = $(kde_servicesdir)/kded |
services_DATA = networkstatus.desktop | services_DATA = networkstatus.desktop |
| |
noinst_HEADERS = serviceiface.h networkstatuscommon.h serviceifaceimpl.h \ |
noinst_HEADERS = serviceifaceimpl.h \ |
network.h clientifaceimpl.h provideriface.h testservice.h connectionmanager.h |
network.h clientifaceimpl.h testservice.h connectionmanager.h |
|
|
|
include_HEADERS = serviceiface.h provideriface.h networkstatuscommon.h |
| |
bin_PROGRAMS = networkstatustestservice | bin_PROGRAMS = networkstatustestservice |
| |