summaryrefslogtreecommitdiffstats
path: root/kioslave/trash/kfile-plugin/Makefile.am
blob: 0668553a8bf1fc4b5518fa835ba356d4f1036f15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## 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)