diff options
-rw-r--r-- | src/benchmark/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/benchmark/Makefile.am b/src/benchmark/Makefile.am index 62aadf604..af1f5b94c 100644 --- a/src/benchmark/Makefile.am +++ b/src/benchmark/Makefile.am @@ -26,7 +26,8 @@ taler_exchange_benchmark_LDADD = \ -lgnunetjson \ -lgnunetcurl \ -lgnunetutil \ - -ljansson + -ljansson \ + $(XLIB) EXTRA_DIST = \ benchmark.conf \ |