diff options
Diffstat (limited to 'src/identity/Makefile.am')
-rw-r--r-- | src/identity/Makefile.am | 3 |
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 = \ libgnunetidentity.la \ $(top_builddir)/src/rest/libgnunetrest.la \ $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \ - $(LTLIBINTL) -ljansson -lmicrohttpd + $(LTLIBINTL) -ljansson $(MHD_LIBS) libgnunet_plugin_rest_identity_la_LDFLAGS = \ $(GN_PLUGIN_LDFLAGS) +libgnunet_plugin_rest_identity_la_CFLAGS = $(MHD_CFLAGS) $(AM_CFLAGS) libgnunetidentity_la_SOURCES = \ |