summaryrefslogtreecommitdiffstats
path: root/vcs/perforce/integrator/Makefile.am
blob: 38e80bcd4a6fd6d48ac9e293be10a471097d3dd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
INCLUDES = -I$(top_srcdir)/lib/interfaces \
	-I$(top_srcdir)/lib/interfaces/extensions -I$(top_srcdir)/lib/interfaces/extras -I$(top_srcdir)/lib/util \
	$(all_includes)
METASOURCES = AUTO
kde_module_LTLIBRARIES = libperforceintegrator.la
libperforceintegrator_la_LDFLAGS = -avoid-version -no-undefined $(all_libraries)
libperforceintegrator_la_LIBADD =\
	$(top_builddir)/lib/interfaces/extras/libkdevextras.la\
	$(top_builddir)/lib/libtdevelop.la
kde_services_DATA = kdevperforceintegrator.desktop
noinst_HEADERS = perforceintegrator.h pfintegratordlg.h
libperforceintegrator_la_SOURCES = perforceintegrator.cpp \
	pfintegratordlgbase.ui pfintegratordlg.cpp