kwin/tools/decobenchmark/Makefile.am
Sandro Giessl b10f0059c7 Import a little tool which helps comparing the performance of decorations.
svn path=/trunk/kdebase/kwin/; revision=396399
2005-03-10 16:57:04 +00:00

9 lines
218 B
Makefile

noinst_PROGRAMS = decobenchmark
INCLUDES = $(all_includes)
decobenchmark_SOURCES = main.cpp preview.cpp
decobenchmark_LDFLAGS = $(all_libraries)
decobenchmark_LDADD = ../../lib/libkdecorations.la
METASOURCES = AUTO