aboutsummaryrefslogtreecommitdiff
path: root/src/gnsrecord
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-20 13:10:43 +0200
committerChristian Grothoff <christian@grothoff.org>2020-10-20 13:10:43 +0200
commitacc69a8e5c921e5bbb03260383936487ec9ce0ca (patch)
treeb9a29063c7174bc4850ac831d8fc2ee891925ab9 /src/gnsrecord
parentba4d8d3fd8bf2aca74cf7c8009690609f964e7f5 (diff)
downloadgnunet-acc69a8e5c921e5bbb03260383936487ec9ce0ca.tar.gz
gnunet-acc69a8e5c921e5bbb03260383936487ec9ce0ca.zip
fix missing MHD flags
Diffstat (limited to 'src/gnsrecord')
-rw-r--r--src/gnsrecord/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gnsrecord/Makefile.am b/src/gnsrecord/Makefile.am
index 84d218519..ab604eb92 100644
--- a/src/gnsrecord/Makefile.am
+++ b/src/gnsrecord/Makefile.am
@@ -1,5 +1,5 @@
1# This Makefile.am is in the public domain 1# This Makefile.am is in the public domain
2AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include ${MHD_CFLAGS}
3 3
4plugindir = $(libdir)/gnunet 4plugindir = $(libdir)/gnunet
5 5