aboutsummaryrefslogtreecommitdiff
path: root/src/identity
diff options
context:
space:
mode:
Diffstat (limited to 'src/identity')
-rw-r--r--src/identity/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/identity/Makefile.am b/src/identity/Makefile.am
index 476d981bb..9c87ec2c0 100644
--- a/src/identity/Makefile.am
+++ b/src/identity/Makefile.am
@@ -35,9 +35,10 @@ libgnunet_plugin_rest_identity_la_LIBADD = \
35 libgnunetidentity.la \ 35 libgnunetidentity.la \
36 $(top_builddir)/src/rest/libgnunetrest.la \ 36 $(top_builddir)/src/rest/libgnunetrest.la \
37 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \ 37 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \
38 $(LTLIBINTL) -ljansson -lmicrohttpd 38 $(LTLIBINTL) -ljansson $(MHD_LIBS)
39libgnunet_plugin_rest_identity_la_LDFLAGS = \ 39libgnunet_plugin_rest_identity_la_LDFLAGS = \
40 $(GN_PLUGIN_LDFLAGS) 40 $(GN_PLUGIN_LDFLAGS)
41libgnunet_plugin_rest_identity_la_CFLAGS = $(MHD_CFLAGS) $(AM_CFLAGS)
41 42
42 43
43libgnunetidentity_la_SOURCES = \ 44libgnunetidentity_la_SOURCES = \