diff --git a/benchmark/Makefile.am b/benchmark/Makefile.am new file mode 100644 --- /dev/null +++ b/benchmark/Makefile.am @@ -0,0 +1,10 @@ +EXTRA_DIST += \ + benchmark/Makefile + +if WANT_BENCHMARK + +noinst_HEADERS += + +noinst_PROGRAMS += + +endif WANT_BENCHMARK