10 lines
218 B
Text
10 lines
218 B
Text
|
noinst_PROGRAMS = decobenchmark
|
||
|
|
||
|
INCLUDES = $(all_includes)
|
||
|
|
||
|
decobenchmark_SOURCES = main.cpp preview.cpp
|
||
|
decobenchmark_LDFLAGS = $(all_libraries)
|
||
|
decobenchmark_LDADD = ../../lib/libkdecorations.la
|
||
|
|
||
|
METASOURCES = AUTO
|