blob: 66897658231dac3a61c7e09ccd0f7e19be86b4e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all_includes)
kde_module_LTLIBRARIES = libtdevvcsmanager.la
libtdevvcsmanager_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
libtdevvcsmanager_la_LIBADD = $(top_builddir)/lib/libtdevelop.la
libtdevvcsmanager_la_SOURCES = vcsmanagerpart.cpp \
vcsmanagerprojectconfigbase.ui vcsmanagerprojectconfig.cpp
METASOURCES = AUTO
appsharedir = $(kde_datadir)/tdevvcsmanager
appshare_DATA =
servicedir = $(kde_servicesdir)
service_DATA = tdevvcsmanager.desktop
rcdir = $(kde_datadir)/tdevvcsmanager
|