aboutsummaryrefslogtreecommitdiff
path: root/src/gns/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/Makefile.am')
-rw-r--r--src/gns/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index 49e0750fa..253f67d29 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -228,6 +228,7 @@ libgnunetgns_la_LIBADD = \
228 $(top_builddir)/src/identity/libgnunetidentity.la \ 228 $(top_builddir)/src/identity/libgnunetidentity.la \
229 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la 229 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la
230libgnunetgns_la_LDFLAGS = \ 230libgnunetgns_la_LDFLAGS = \
231 $(GN_LIBINTL) \
231 $(GN_LIB_LDFLAGS) 232 $(GN_LIB_LDFLAGS)
232 233
233 234
@@ -239,6 +240,7 @@ libgnunet_plugin_block_gns_la_LIBADD = \
239 $(top_builddir)/src/block/libgnunetblockgroup.la \ 240 $(top_builddir)/src/block/libgnunetblockgroup.la \
240 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la 241 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la
241libgnunet_plugin_block_gns_la_LDFLAGS = \ 242libgnunet_plugin_block_gns_la_LDFLAGS = \
243 $(GN_LIBINTL) \
242 $(GN_PLUGIN_LDFLAGS) 244 $(GN_PLUGIN_LDFLAGS)
243 245
244if HAVE_MHD 246if HAVE_MHD