summaryrefslogtreecommitdiffstats
path: root/parts/fileview/Makefile.am
blob: 76f1460bb6e9101d7c2eaa74483594f2acf33b69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Here resides the file view part.

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

kde_module_LTLIBRARIES = libtdevfileview.la libtdevfilegroups.la

libtdevfileview_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
libtdevfileview_la_LIBADD = $(top_builddir)/lib/libtdevelop.la

libtdevfilegroups_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
libtdevfilegroups_la_LIBADD = $(top_builddir)/lib/libtdevelop.la

libtdevfileview_la_SOURCES = fileviewpart.cpp filetreewidget.cpp partwidget.cpp vcscolorsconfigwidgetbase.ui vcscolorsconfigwidget.cpp stdfiletreewidgetimpl.cpp filetreeviewwidgetimpl.cpp vcsfiletreewidgetimpl.cpp fileitemfactory.cpp
                             
libtdevfilegroups_la_SOURCES = filegroupswidget.cpp addfilegroupdlg.cpp filegroupsconfigwidget.cpp filegroupsconfigwidgetbase.ui filegroupspart.cpp

METASOURCES = AUTO

servicedir = $(kde_servicesdir)
service_DATA = tdevfileview.desktop tdevfilegroups.desktop

# not used currently
#rcdir = $(kde_datadir)/tdevfileview
#rc_DATA = tdevfileview.rc
noinst_HEADERS = vcscolorsconfigwidget.h stdfiletreewidgetimpl.h filetreeviewwidgetimpl.h vcsfiletreewidgetimpl.h fileitemfactory.h