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.
36 lines
1.3 KiB
36 lines
1.3 KiB
15 years ago
|
#SUBDIRS = networkstatustray
|
||
|
|
||
|
METASOURCES = AUTO
|
||
|
|
||
|
kde_module_LTLIBRARIES = kded_networkstatus.la
|
||
|
noinst_LTLIBRARIES = libnetworkstatus.la libconnectionmanager.la
|
||
|
|
||
|
libnetworkstatus_la_LIBADD = $(LIB_KDECORE)
|
||
|
libnetworkstatus_la_LDFLAGS = $(all_libraries)
|
||
|
libnetworkstatus_la_SOURCES = networkstatuscommon.cpp
|
||
|
|
||
|
libconnectionmanager_la_LIBADD = $(LIB_KDECORE)
|
||
|
libconnectionmanager_la_LDFLAGS = $(all_libraries)
|
||
|
libconnectionmanager_la_SOURCES = connectionmanager.cpp connectionmanager.skel clientiface.stub
|
||
|
|
||
|
INCLUDES = $(all_includes)
|
||
|
|
||
|
kded_networkstatus_la_SOURCES = networkstatus.cpp networkstatus.skel \
|
||
|
clientiface.skel serviceiface.skel network.cpp
|
||
|
#kclientiface.skel serviceiface.skel
|
||
|
kded_networkstatus_la_LIBADD = $(LIB_KDECORE) $(LIB_KIO) ./libnetworkstatus.la
|
||
|
kded_networkstatus_la_LDFLAGS = $(all_libraries) -module -avoid-version
|
||
|
|
||
|
servicesdir = $(kde_servicesdir)/kded
|
||
|
services_DATA = networkstatus.desktop
|
||
|
|
||
|
noinst_HEADERS = serviceiface.h networkstatuscommon.h serviceifaceimpl.h \
|
||
|
network.h clientifaceimpl.h provideriface.h testservice.h connectionmanager.h
|
||
|
|
||
|
bin_PROGRAMS = networkstatustestservice
|
||
|
|
||
|
networkstatustestservice_LDFLAGS = $(all_libraries)
|
||
|
networkstatustestservice_LDADD = libnetworkstatus.la
|
||
|
|
||
|
networkstatustestservice_SOURCES = testservice.cpp provideriface.skel serviceiface.stub
|