aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-18 09:42:06 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-18 09:42:06 +0000
commit6ac7ad57e216ab332fdd89edf7abb34471038fe1 (patch)
treef8447b2f2703235de6014a8cc8238cd091d8feeb /src
parent19eaa757384928db0eed4857bb77c9054620bf99 (diff)
downloadgnunet-6ac7ad57e216ab332fdd89edf7abb34471038fe1.tar.gz
gnunet-6ac7ad57e216ab332fdd89edf7abb34471038fe1.zip
-fix linkage
Diffstat (limited to 'src')
-rw-r--r--src/gns/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index 3182c3f7e..cfa5ef4f0 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -193,12 +193,12 @@ libgnunetgns_la_SOURCES = \
193 gns_api.c gns.h 193 gns_api.c gns.h
194libgnunetgns_la_LIBADD = \ 194libgnunetgns_la_LIBADD = \
195 $(top_builddir)/src/util/libgnunetutil.la $(XLIB) \ 195 $(top_builddir)/src/util/libgnunetutil.la $(XLIB) \
196 $(top_builddir)/src/namestore/libgnunetnamestore.la 196 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la
197libgnunetgns_la_LDFLAGS = \ 197libgnunetgns_la_LDFLAGS = \
198 $(GN_LIB_LDFLAGS) 198 $(GN_LIB_LDFLAGS)
199libgnunetgns_la_DEPENDENCIES = \ 199libgnunetgns_la_DEPENDENCIES = \
200 $(top_builddir)/src/util/libgnunetutil.la \ 200 $(top_builddir)/src/util/libgnunetutil.la \
201 $(top_builddir)/src/namestore/libgnunetnamestore.la 201 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la
202 202
203 203
204libgnunet_plugin_block_gns_la_SOURCES = \ 204libgnunet_plugin_block_gns_la_SOURCES = \