From 9eb7267ef8f98dbff65216567c18ff5dee3dac2e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 17 Oct 2013 14:43:46 +0000 Subject: -fixes --- src/gns/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gns/Makefile.am') diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am index 9a2573b91..da6da331e 100644 --- a/src/gns/Makefile.am +++ b/src/gns/Makefile.am @@ -206,13 +206,13 @@ libgnunet_plugin_block_gns_la_SOURCES = \ libgnunet_plugin_block_gns_la_LIBADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/block/libgnunetblock.la \ - $(top_builddir)/src/namestore/libgnunetnamestore.la + $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la libgnunet_plugin_block_gns_la_LDFLAGS = \ $(GN_PLUGIN_LDFLAGS) libgnunet_plugin_block_gns_la_DEPENDENCIES = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/block/libgnunetblock.la \ - $(top_builddir)/src/namestore/libgnunetnamestore.la + $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la check_SCRIPTS = \ -- cgit v1.2.3