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.
tdebase/kioslave/trash/kfile-plugin/Makefile.am

15 lines
403 B

## Makefile.am for trash file meta info plugin
AM_CPPFLAGS = $(all_includes)
kde_module_LTLIBRARIES = kfile_trash.la
kfile_trash_la_SOURCES = kfile_trash.cpp
kfile_trash_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
kfile_trash_la_LIBADD = ../libtrashcommon.la $(LIB_KIO)
METASOURCES = AUTO
services_DATA = kfile_trash.desktop kfile_trash_system.desktop
servicesdir = $(kde_servicesdir)