kwin/tools/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

11 lines
230 B
Makefile

noinst_PROGRAMS = test_gravity
SUBDIRS = decobenchmark
INCLUDES = $(all_includes)
test_gravity_SOURCES = test_gravity.cpp
test_gravity_LDFLAGS = $(all_libraries) $(KDE_RPATH)
test_gravity_LDADD = $(LIB_X11)
METASOURCES = AUTO