summaryrefslogtreecommitdiffstats
path: root/parts/documentation/interfaces/Makefile.am
blob: b0feb5985e39611da8dbed9b94557e8655e62c14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util \
	$(all_includes)
METASOURCES = AUTO
partincludedirdir = $(includedir)/tdevelop/parts/documentation
lib_LTLIBRARIES = libdocumentation_interfaces.la
libdocumentation_interfaces_la_LDFLAGS = $(all_libraries)
libdocumentation_interfaces_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEIO)
libdocumentation_interfaces_la_SOURCES = tdevdocumentationplugin.cpp
partincludedir_HEADERS = tdevdocumentationplugin.h
servicetypedir = $(kde_servicetypesdir)
servicetype_DATA = tdevelopdocumentationplugins.desktop

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