aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 = \