summaryrefslogtreecommitdiffstats
path: root/lib/interfaces/extras/Makefile.am
blob: c504621e1230ecbc65ac2b2ef9e2e55a1bf2a425 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
INCLUDES = -I$(top_srcdir)/lib/interfaces/external -I$(top_srcdir)/lib/util \
	$(all_includes)
METASOURCES = AUTO
libtdevextras_la_LIBADD = $(LIB_QT)
libtdevextras_la_LDFLAGS = $(all_libraries)
lib_LTLIBRARIES = libtdevextras.la
tdevelopincludedir = $(includedir)/tdevelop/interfaces/extras
servicetypedir = $(kde_servicetypesdir)

tdevelopinclude_HEADERS = tdevcompileroptions.h tdevvcsintegrator.h
libtdevextras_la_SOURCES = tdevcompileroptions.cpp tdevvcsintegrator.cpp
servicetype_DATA = tdevelopcompileroptions.desktop \
	tdevelopvcsintegrator.desktop

DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui tdehtml tdemdi tdeio kjs tdeparts tdeutils tdevinterfaces
DOXYGEN_PROJECTNAME = TDevelop Extra Interfaces Library
DOXYGEN_DOCDIRPREFIX = tdev
include ../../../Doxyfile.am