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.
15 lines
417 B
15 lines
417 B
## Makefile.am for trash file meta info plugin
|
|
|
|
AM_CPPFLAGS = $(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = tdefile_trash.la
|
|
|
|
tdefile_trash_la_SOURCES = tdefile_trash.cpp
|
|
tdefile_trash_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
|
tdefile_trash_la_LIBADD = ../libtrashcommon.la $(LIB_KIO)
|
|
|
|
METASOURCES = AUTO
|
|
|
|
services_DATA = tdefile_trash.desktop tdefile_trash_system.desktop
|
|
servicesdir = $(kde_servicesdir)
|