aboutsummaryrefslogtreecommitdiff
path: root/src/gns/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2021-03-22 20:06:33 +0100
committerMartin Schanzenbach <mschanzenbach@posteo.de>2021-03-22 20:06:33 +0100
commita42d7df64e18705cef7cd04ac36fd7dbace80268 (patch)
tree3d42493f283b9d917be42886a62d5d3cee7a35fd /src/gns/Makefile.am
parenta9888ea5b543a95413884a911a360b3590ef91d8 (diff)
downloadgnunet-a42d7df64e18705cef7cd04ac36fd7dbace80268.tar.gz
gnunet-a42d7df64e18705cef7cd04ac36fd7dbace80268.zip
fix #6808: gnunet-bcd card generation
Diffstat (limited to 'src/gns/Makefile.am')
-rw-r--r--src/gns/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index 9f03311e1..b35836233 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -156,6 +156,7 @@ gnunet_bcd_SOURCES = \
156 gnunet-bcd.c 156 gnunet-bcd.c
157gnunet_bcd_LDADD = \ 157gnunet_bcd_LDADD = \
158 $(top_builddir)/src/util/libgnunetutil.la \ 158 $(top_builddir)/src/util/libgnunetutil.la \
159 $(top_builddir)/src/identity/libgnunetidentity.la \
159 $(GN_LIBINTL) $(MHD_LIBS) 160 $(GN_LIBINTL) $(MHD_LIBS)
160gnunet_bcd_CFLAGS = $(MHD_CFLAGS) $(AM_CFLAGS) 161gnunet_bcd_CFLAGS = $(MHD_CFLAGS) $(AM_CFLAGS)
161 162