aboutsummaryrefslogtreecommitdiff
path: root/src/gns
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2020-10-15 16:26:17 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2020-10-15 16:26:17 +0200
commitcd62a70a886f17eb363932f974fc1f4b102cef5d (patch)
tree2e59da79ab22e452ce97fec8eb793a41ead7e7ca /src/gns
parent5feb828752555adc3e8865a61626b61c3051c3d5 (diff)
downloadgnunet-cd62a70a886f17eb363932f974fc1f4b102cef5d.tar.gz
gnunet-cd62a70a886f17eb363932f974fc1f4b102cef5d.zip
-fix
Diffstat (limited to 'src/gns')
-rw-r--r--src/gns/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index 47941b8ef..bbdf079ef 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -125,6 +125,7 @@ libgnunet_plugin_gnsrecord_gns_la_SOURCES = \
125 plugin_gnsrecord_gns.c 125 plugin_gnsrecord_gns.c
126libgnunet_plugin_gnsrecord_gns_la_LIBADD = \ 126libgnunet_plugin_gnsrecord_gns_la_LIBADD = \
127 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ 127 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
128 $(top_builddir)/src/identity/libgnunetidentity.la \
128 $(top_builddir)/src/util/libgnunetutil.la \ 129 $(top_builddir)/src/util/libgnunetutil.la \
129 $(LTLIBINTL) 130 $(LTLIBINTL)
130libgnunet_plugin_gnsrecord_gns_la_LDFLAGS = \ 131libgnunet_plugin_gnsrecord_gns_la_LDFLAGS = \
@@ -136,6 +137,7 @@ gnunet_gns_SOURCES = \
136gnunet_gns_LDADD = \ 137gnunet_gns_LDADD = \
137 libgnunetgns.la \ 138 libgnunetgns.la \
138 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ 139 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
140 $(top_builddir)/src/identity/libgnunetidentity.la \
139 $(top_builddir)/src/util/libgnunetutil.la \ 141 $(top_builddir)/src/util/libgnunetutil.la \
140 $(LIBIDN) $(LIBIDN2) \ 142 $(LIBIDN) $(LIBIDN2) \
141 $(GN_LIBINTL) 143 $(GN_LIBINTL)
@@ -145,6 +147,7 @@ gnunet_gns_benchmark_SOURCES = \
145gnunet_gns_benchmark_LDADD = \ 147gnunet_gns_benchmark_LDADD = \
146 libgnunetgns.la \ 148 libgnunetgns.la \
147 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ 149 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
150 $(top_builddir)/src/identity/libgnunetidentity.la \
148 $(top_builddir)/src/util/libgnunetutil.la \ 151 $(top_builddir)/src/util/libgnunetutil.la \
149 $(GN_LIBINTL) 152 $(GN_LIBINTL)
150 153