aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/reclaim/Makefile.am')
-rw-r--r--src/reclaim/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/reclaim/Makefile.am b/src/reclaim/Makefile.am
index 6937b1af6..69dcc605e 100644
--- a/src/reclaim/Makefile.am
+++ b/src/reclaim/Makefile.am
@@ -77,7 +77,8 @@ libgnunet_plugin_rest_openid_connect_la_LIBADD = \
77 $(top_builddir)/src/gns/libgnunetgns.la \ 77 $(top_builddir)/src/gns/libgnunetgns.la \
78 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ 78 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
79 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \ 79 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \
80 $(LTLIBINTL) -ljansson $(MHD_LIBS) 80 $(LTLIBINTL) -ljansson $(MHD_LIBS) \
81 $(LIBGCRYPT_LIBS)
81libgnunet_plugin_rest_openid_connect_la_LDFLAGS = \ 82libgnunet_plugin_rest_openid_connect_la_LDFLAGS = \
82 $(GN_PLUGIN_LDFLAGS) 83 $(GN_PLUGIN_LDFLAGS)
83libgnunet_plugin_rest_openid_connect_la_CFLAGS = $(MHD_CFLAGS) $(AM_CFLAGS) 84libgnunet_plugin_rest_openid_connect_la_CFLAGS = $(MHD_CFLAGS) $(AM_CFLAGS)