summaryrefslogtreecommitdiffstats
path: root/src/profileengine/lib/Makefile.am
blob: 66b1f159361d33ad409b9dfdfd00fff7a8461120 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/lib/external_interfaces \
	-I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util -I$(top_srcdir)/lib/widgets \
	-I$(top_srcdir)/lib/structure $(all_includes)
METASOURCES = AUTO
lib_LTLIBRARIES = libprofileengine.la
libprofileengine_la_LDFLAGS = $(all_libraries)
libprofileengine_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEIO)
libprofileengine_la_SOURCES = profileengine.cpp profile.cpp

profileincludedir = $(includedir)/tdevelop/shell/profileengine
profileinclude_HEADERS = profileengine.h profile.h

DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui tdehtml tdemdi tdeio kjs tdeparts tdeutils tdevutil tdevinterfaces
DOXYGEN_PROJECTNAME = TDevelop Shell Profiles Library
DOXYGEN_DOCDIRPREFIX = tdevprofiles
include ../../../Doxyfile.am