aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-02-13 00:42:55 +0100
committerChristian Grothoff <christian@grothoff.org>2019-02-13 00:42:55 +0100
commit9363107861e2702815b97bc71c8684d55f8f3274 (patch)
tree93aaac844fbfc279151bef65c9484ee6aaa2f58c /src/util/Makefile.am
parent31bef70568177a32929331e73a18e852bee7bd08 (diff)
downloadgnunet-9363107861e2702815b97bc71c8684d55f8f3274.tar.gz
gnunet-9363107861e2702815b97bc71c8684d55f8f3274.zip
fixing 'make dist' issues
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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
41endif 41endif
42 42
43if ENABLE_BENCHMARK 43if ENABLE_BENCHMARK
44 BENCHMARK = benchmark.c 44 BENCHMARK = benchmark.c benchmark.h
45 PTHREAD = -lpthread 45 PTHREAD = -lpthread
46endif 46endif
47 47