summaryrefslogtreecommitdiffstats
path: root/tdeioslave/trash/tdefile-plugin/Makefile.am
blob: 50d2373e97456dd222fed06bf870ef9a3d09becb (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 = 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)