summaryrefslogtreecommitdiffstats
path: root/parts/diff/Makefile.am
blob: ea52144299f756beda1acc4d087bfb2c34175001 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Here resides the valgrind part

INCLUDES = -I$(top_srcdir)/lib/interfaces \
	-I$(top_srcdir)/lib/interfaces/extensions $(all_includes)

kde_module_LTLIBRARIES = libkdevdiff.la
libkdevdiff_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
libkdevdiff_la_LIBADD = $(top_builddir)/lib/libtdevelop.la

libkdevdiff_la_SOURCES = diffpart.cpp diffwidget.cpp

METASOURCES = AUTO

servicedir = $(kde_servicesdir)
service_DATA = kdevdiff.desktop

rcdir = $(kde_datadir)/kdevdiff
rc_DATA = kdevdiff.rc