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
430 B
14 lines
430 B
kde_module_LTLIBRARIES = kded_systemdirnotify.la
|
|
|
|
METASOURCES = AUTO
|
|
INCLUDES = $(all_includes)
|
|
|
|
kded_systemdirnotify_la_SOURCES = systemdirnotify.cpp systemdirnotify.skel systemdirnotifymodule.cpp systemdirnotifymodule.skel
|
|
kded_systemdirnotify_la_LDFLAGS = $(all_libraries) -module -avoid-version
|
|
kded_systemdirnotify_la_LIBADD = $(LIB_TDESYCOCA)
|
|
|
|
|
|
servicesdir = $(kde_servicesdir)/kded
|
|
services_DATA = systemdirnotify.desktop
|
|
|