blob: 4a3fe72221f8953ca2b3b83514d9738bf072cc1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Here resides the filter part
INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all_includes)
kde_module_LTLIBRARIES = libtdevfilter.la
libtdevfilter_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
libtdevfilter_la_LIBADD = $(top_builddir)/lib/libtdevelop.la
libtdevfilter_la_SOURCES = filterpart.cpp shellfilterdlg.cpp shellinsertdlg.cpp tdevfilterIface.cpp tdevfilterIface.skel
METASOURCES = AUTO
servicedir = $(kde_servicesdir)
service_DATA = tdevfilter.desktop
rcdir = $(kde_datadir)/tdevfilter
rc_DATA = tdevfilter.rc
|