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

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

kde_module_LTLIBRARIES = libkdevkonsoleview.la
libkdevkonsoleview_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
libkdevkonsoleview_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \
	$(top_builddir)/lib/util/libkdevutil.la

libkdevkonsoleview_la_SOURCES = konsoleviewpart.cpp

METASOURCES = AUTO

servicedir = $(kde_servicesdir)
service_DATA = kdevkonsoleview.desktop