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
412 B
14 lines
412 B
kde_module_LTLIBRARIES = kded_homedirnotify.la
|
|
|
|
METASOURCES = AUTO
|
|
INCLUDES = $(all_includes)
|
|
|
|
kded_homedirnotify_la_SOURCES = homedirnotify.cpp homedirnotify.skel homedirnotifymodule.cpp homedirnotifymodule.skel
|
|
kded_homedirnotify_la_LDFLAGS = $(all_libraries) -module -avoid-version
|
|
kded_homedirnotify_la_LIBADD = $(LIB_TDESYCOCA)
|
|
|
|
|
|
servicesdir = $(kde_servicesdir)/kded
|
|
services_DATA = homedirnotify.desktop
|
|
|