summaryrefslogtreecommitdiffstats
path: root/lib/interfaces/extras/Makefile.am
blob: b8b3e091bb3bedfd573fe4158620b91a12a1c065 (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
libkdevextras_la_LIBADD = $(LIB_QT)
libkdevextras_la_LDFLAGS = $(all_libraries)
lib_LTLIBRARIES = libkdevextras.la
kdevelopincludedir = $(includedir)/kdevelop/interfaces/extras
servicetypedir = $(kde_servicetypesdir)

kdevelopinclude_HEADERS = kdevcompileroptions.h kdevvcsintegrator.h
libkdevextras_la_SOURCES = kdevcompileroptions.cpp kdevvcsintegrator.cpp
servicetype_DATA = kdevelopcompileroptions.desktop \
	kdevelopvcsintegrator.desktop

DOXYGEN_REFERENCES = dcop interfaces kdecore kdefx kdeui khtml kmdi kio kjs kparts kutils kdevinterfaces
DOXYGEN_PROJECTNAME = KDevelop Extra Interfaces Library
DOXYGEN_DOCDIRPREFIX = kdev
include ../../../Doxyfile.am