aboutsummaryrefslogtreecommitdiff
path: root/src/credential
diff options
context:
space:
mode:
authorDavid Barksdale <amatus@amat.us>2019-08-27 14:29:17 -0500
committerDavid Barksdale <amatus@amat.us>2019-08-27 14:29:17 -0500
commit53fd26b7e0deef386aeb207bfc1e3f7c00a1f775 (patch)
treedb4ed21ae7fb6677b7f7092f529175a76e3d4f6b /src/credential
parentba2cae9617e32bf789001415cd787f50af8b3ce9 (diff)
downloadgnunet-53fd26b7e0deef386aeb207bfc1e3f7c00a1f775.tar.gz
gnunet-53fd26b7e0deef386aeb207bfc1e3f7c00a1f775.zip
Use pkg-config to check for MHD
Diffstat (limited to 'src/credential')
-rw-r--r--src/credential/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/credential/Makefile.am b/src/credential/Makefile.am
index f2550eca6..bc6c49deb 100644
--- a/src/credential/Makefile.am
+++ b/src/credential/Makefile.am
@@ -100,9 +100,10 @@ endif
100# $(top_builddir)/src/rest/libgnunetrest.la \ 100# $(top_builddir)/src/rest/libgnunetrest.la \
101# $(top_builddir)/src/identity/libgnunetidentity.la \ 101# $(top_builddir)/src/identity/libgnunetidentity.la \
102# $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \ 102# $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \
103# $(LTLIBINTL) -ljansson -lmicrohttpd 103# $(LTLIBINTL) -ljansson $(MHD_LIBS)
104#libgnunet_plugin_rest_credential_la_LDFLAGS = \ 104#libgnunet_plugin_rest_credential_la_LDFLAGS = \
105# $(GN_PLUGIN_LDFLAGS) 105# $(GN_PLUGIN_LDFLAGS)
106#libgnunet_plugin_rest_credential_la_CFLAGS = $(MHD_CFLAGS) $(AM_CFLAGS)
106 107
107 108
108 109