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

SUBDIRS = config

KDE_CXXFLAGS = -DQT_PLUGIN

INCLUDES = $(all_includes) -I$(kde_includes)/kwin

kwindir = $(kde_datadir)/kwin/
kwin_DATA = deKorator.desktop

noinst_HEADERS = deKoratorclient.h shadow.h

kde_module_LTLIBRARIES = kwin3_deKorator.la
kwin3_deKorator_la_SOURCES = deKoratorclient.cc shadow.cpp
kwin3_deKorator_la_LIBADD = $(kde_libraries)/libkdecorations.la
kwin3_deKorator_la_LDFLAGS = -module $(all_libraries) $(KDE_PLUGIN) -lkdecore
kwin3_deKorator_la_METASOURCES = AUTO

DISTCLEANFILES = $(kwin3_deKorator_la_METASOURCES)

messages:
	$(XGETTEXT) *.cpp -o $(podir)/kwin_deKorator.po