diff options
Diffstat (limited to 'twin/tools/decobenchmark/Makefile.am')
-rw-r--r-- | twin/tools/decobenchmark/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/twin/tools/decobenchmark/Makefile.am b/twin/tools/decobenchmark/Makefile.am new file mode 100644 index 000000000..bb3e884cd --- /dev/null +++ b/twin/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/libtdecorations.la + +METASOURCES = AUTO |