diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-06-20 15:17:35 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-06-20 15:17:35 +0200 |
commit | 3d660340939a6e4394b8f8ecd53ae7955e47eeae (patch) | |
tree | 208e9841656e97421bb32aaed6f1cf0333bf735f /src/testing/Makefile.am | |
parent | 360382192f2465c66bf61d6100ccc5d9038f57a7 (diff) |
-fix build issues
Diffstat (limited to 'src/testing/Makefile.am')
-rw-r--r-- | src/testing/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am index fb628aedc..96b26473e 100644 --- a/src/testing/Makefile.am +++ b/src/testing/Makefile.am @@ -120,6 +120,7 @@ libtalertesting_la_LIBADD = \ -lgnunetjson \ -lgnunetutil \ -ljansson \ + -lmicrohttpd \ $(XLIB) |