summaryrefslogtreecommitdiffstats
path: root/kwin-styles/glow/Makefile.am
blob: bb624e593aa669104bfd69072e7d4cf57ee9842e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

INCLUDES = $(all_includes)

SUBDIRS = . config themes

kde_module_LTLIBRARIES = twin3_glow.la

twin3_glow_la_SOURCES = glowclient.cpp glowbutton.cpp
twin3_glow_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx
twin3_glow_la_LIBADD  = $(LIB_TDECORE) -ltdecorations

METASOURCES = AUTO
noinst_HEADERS = glowclient.h glowbutton.h resources.h

linkdir = $(kde_datadir)/twin/
link_DATA = glow.desktop

EXTRA_DIST = $(link_DATA)

###KMAKE-start (don't edit or delete this block)

###KMAKE-end