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

SUBDIRS = config

KDE_CXXFLAGS = -DQT_PLUGIN

INCLUDES = -I$(srcdir)/../../lib $(all_includes)

twindir = $(kde_datadir)/twin/
twin_DATA = plastik.desktop

kde_module_LTLIBRARIES = twin3_plastik.la
twin3_plastik_la_SOURCES = plastik.cpp plastikclient.cpp plastikbutton.cpp misc.cpp
twin3_plastik_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
twin3_plastik_la_LIBADD = $(LIB_TDEUI) ../../lib/libtdecorations.la
twin3_plastik_la_METASOURCES = AUTO

DISTCLEANFILES = $(twin3_plastik_la_METASOURCES)