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
485 B
14 lines
485 B
kde_module_LTLIBRARIES = kded_kdetrayproxy.la
|
|
|
|
INCLUDES= -I$(top_srcdir)/kded $(all_includes)
|
|
kded_kdetrayproxy_la_SOURCES = kdetrayproxy.cpp module.cpp module.skel
|
|
kded_kdetrayproxy_la_LDFLAGS = $(all_libraries) -module -avoid-version
|
|
kded_kdetrayproxy_la_LIBADD = $(LIB_TDECORE) $(LIB_KDED) $(LIB_TQT) $(top_builddir)/dcop/libDCOP.la $(LIB_X11)
|
|
|
|
METASOURCES = AUTO
|
|
|
|
noinst_HEADERS = kdetrayproxy.h module.h
|
|
|
|
servicesdir = $(kde_servicesdir)/kded
|
|
services_DATA = kdetrayproxy.desktop
|