summaryrefslogtreecommitdiffstats
path: root/src/libs/themeengine/Makefile.am
blob: f2e5f4ced0076a08a6b5cfe67842509319815d02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
METASOURCES = AUTO

noinst_LTLIBRARIES = libthemeengine.la

libthemeengine_la_SOURCES = theme.cpp themeengine.cpp texture.cpp

libthemeengine_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor

INCLUDES = -I$(top_srcdir)/src/libs/dimg \
 	       -I$(top_srcdir)/src/digikam \
	       -I$(top_srcdir)/src/ \
	       $(all_includes)