From: Christian Grothoff Date: Tue, 12 Feb 2019 23:42:55 +0000 (+0100) Subject: fixing 'make dist' issues X-Git-Tag: v0.11.0~63^2~82 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9363107861e2702815b97bc71c8684d55f8f3274;p=oweals%2Fgnunet.git fixing 'make dist' issues --- diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 625ff87a2..fd00b077d 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -41,7 +41,7 @@ if USE_COVERAGE endif if ENABLE_BENCHMARK - BENCHMARK = benchmark.c + BENCHMARK = benchmark.c benchmark.h PTHREAD = -lpthread endif