summaryrefslogtreecommitdiffstats
path: root/style/Makefile.am
blob: 47292a34d00a4fe7ece983bf82043a58369a864d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
AUTOMAKE_OPTIONS = foreign

SUBDIRS = config

KDE_CXXFLAGS = -DQT_PLUGIN

METASOURCES = AUTO

INCLUDES = $(all_includes)

stylercdir = $(kde_datadir)/kstyle/themes
stylerc_DATA = polyester.themerc

EXTRA_DIST = $(stylerc_DATA)

noinst_HEADERS = polyester.h misc.h

kde_style_LTLIBRARIES = polyester.la
polyester_la_SOURCES = polyester.cpp misc.cpp
polyester_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
polyester_la_LIBADD = -lkdefx