summaryrefslogtreecommitdiffstats
path: root/kwin/tools/decobenchmark/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'kwin/tools/decobenchmark/Makefile.am')
-rw-r--r--kwin/tools/decobenchmark/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/kwin/tools/decobenchmark/Makefile.am b/kwin/tools/decobenchmark/Makefile.am
new file mode 100644
index 000000000..306c89971
--- /dev/null
+++ b/kwin/tools/decobenchmark/Makefile.am
@@ -0,0 +1,9 @@
+noinst_PROGRAMS = decobenchmark
+
+INCLUDES = $(all_includes)
+
+decobenchmark_SOURCES = main.cpp preview.cpp
+decobenchmark_LDFLAGS = $(all_libraries)
+decobenchmark_LDADD = ../../lib/libkdecorations.la
+
+METASOURCES = AUTO