aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-10-20 00:22:12 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-10-20 00:22:12 +0200
commitfd439ffde4d3015fa365cf32dfaf30014ccd4b4c (patch)
tree99f54d4e25347ae038e8bd5265823a0308819ca8
parent020c0fb8d3efbeed853e1173fd26ca28f78a4f85 (diff)
downloadgnunet-fd439ffde4d3015fa365cf32dfaf30014ccd4b4c.tar.gz
gnunet-fd439ffde4d3015fa365cf32dfaf30014ccd4b4c.zip
-fix
-rw-r--r--src/service/rest/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/service/rest/Makefile.am b/src/service/rest/Makefile.am
index 072f0a787..69e0084bd 100644
--- a/src/service/rest/Makefile.am
+++ b/src/service/rest/Makefile.am
@@ -44,6 +44,7 @@ gnunet_rest_server_LDADD = \
44 $(top_builddir)/src/service/reclaim/libgnunetreclaim.la \ 44 $(top_builddir)/src/service/reclaim/libgnunetreclaim.la \
45 libgnunetrest.la \ 45 libgnunetrest.la \
46 -ljose \ 46 -ljose \
47 $(LIBGCRYPT_LIBS) \
47 $(GN_LIBINTL) $(MHD_LIBS) 48 $(GN_LIBINTL) $(MHD_LIBS)
48gnunet_rest_server_CFLAGS = $(MHD_CFLAGS) $(AM_CFLAGS) 49gnunet_rest_server_CFLAGS = $(MHD_CFLAGS) $(AM_CFLAGS)
49 50