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.
16 lines
426 B
16 lines
426 B
15 years ago
|
kde_module_LTLIBRARIES = kded_favicons.la
|
||
|
|
||
|
INCLUDES = $(all_includes)
|
||
|
kded_favicons_la_SOURCES = favicons.cpp favicons.skel
|
||
|
kded_favicons_la_LDFLAGS = $(all_libraries) -module -avoid-version
|
||
|
kded_favicons_la_LIBADD = $(LIB_KSYCOCA)
|
||
|
|
||
|
METASOURCES = AUTO
|
||
|
|
||
|
servicesdir = $(kde_servicesdir)/kded
|
||
|
services_DATA = favicons.desktop
|
||
|
|
||
|
update_DATA = favicons.upd
|
||
|
update_SCRIPTS = move_favicons.sh
|
||
|
updatedir = $(kde_datadir)/kconf_update
|