gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r30287 - gnunet/src/gns


From: gnunet
Subject: [GNUnet-SVN] r30287 - gnunet/src/gns
Date: Fri, 18 Oct 2013 11:42:06 +0200

Author: grothoff
Date: 2013-10-18 11:42:06 +0200 (Fri, 18 Oct 2013)
New Revision: 30287

Modified:
   gnunet/src/gns/Makefile.am
Log:
-fix linkage

Modified: gnunet/src/gns/Makefile.am
===================================================================
--- gnunet/src/gns/Makefile.am  2013-10-18 08:53:19 UTC (rev 30286)
+++ gnunet/src/gns/Makefile.am  2013-10-18 09:42:06 UTC (rev 30287)
@@ -193,12 +193,12 @@
  gns_api.c gns.h
 libgnunetgns_la_LIBADD = \
  $(top_builddir)/src/util/libgnunetutil.la $(XLIB) \
- $(top_builddir)/src/namestore/libgnunetnamestore.la
+ $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la
 libgnunetgns_la_LDFLAGS = \
   $(GN_LIB_LDFLAGS)
 libgnunetgns_la_DEPENDENCIES = \
  $(top_builddir)/src/util/libgnunetutil.la \
- $(top_builddir)/src/namestore/libgnunetnamestore.la
+ $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la
 
 
 libgnunet_plugin_block_gns_la_SOURCES = \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]