b10f0059c7
svn path=/trunk/kdebase/kwin/; revision=396399
9 lines
218 B
Makefile
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
|