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

SUBDIRS = config

KDE_CXXFLAGS = -DQT_PLUGIN

INCLUDES = $(all_includes)

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

EXTRA_DIST = $(stylerc_DATA)

noinst_HEADERS = plastik.h misc.h

kde_style_LTLIBRARIES = plastik.la
plastik_la_SOURCES = plastik.cpp misc.cpp
plastik_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
plastik_la_LIBADD = ../../kdefx/libkdefx.la $(LIB_QT)
plastik_la_METASOURCES = AUTO

DISTCLEANFILES = $(plastik_la_METASOURCES)