# 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