blob: af9169985b09377f42ae492a47a1f4291ed335ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
kde_module_LTLIBRARIES = kded_remotedirnotify.la
METASOURCES = AUTO
INCLUDES = $(all_includes)
kded_remotedirnotify_la_SOURCES = remotedirnotify.cpp remotedirnotify.skel remotedirnotifymodule.cpp remotedirnotifymodule.skel
kded_remotedirnotify_la_LDFLAGS = $(all_libraries) -module -avoid-version
kded_remotedirnotify_la_LIBADD = $(LIB_TDESYCOCA)
servicesdir = $(kde_servicesdir)/kded
services_DATA = remotedirnotify.desktop
|