summaryrefslogtreecommitdiffstats
path: root/kwin/tools/decobenchmark/Makefile.am
blob: 306c89971dc5e89ea7f936d46107b73a8ce0bc26 (plain)
1
2
3
4
5
6
7
8
9
noinst_PROGRAMS = decobenchmark

INCLUDES = $(all_includes)

decobenchmark_SOURCES = main.cpp preview.cpp
decobenchmark_LDFLAGS = $(all_libraries)
decobenchmark_LDADD = ../../lib/libkdecorations.la

METASOURCES = AUTO