gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r30243 - gnunet/src/namestore


From: gnunet
Subject: [GNUnet-SVN] r30243 - gnunet/src/namestore
Date: Thu, 17 Oct 2013 09:35:19 +0200

Author: grothoff
Date: 2013-10-17 09:35:19 +0200 (Thu, 17 Oct 2013)
New Revision: 30243

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

Modified: gnunet/src/namestore/Makefile.am
===================================================================
--- gnunet/src/namestore/Makefile.am    2013-10-17 07:19:03 UTC (rev 30242)
+++ gnunet/src/namestore/Makefile.am    2013-10-17 07:35:19 UTC (rev 30243)
@@ -141,7 +141,7 @@
 libgnunet_plugin_namestore_sqlite_la_SOURCES = \
   plugin_namestore_sqlite.c
 libgnunet_plugin_namestore_sqlite_la_LIBADD = \
-  $(top_builddir)/src/namestore/libgnunetnamestore.la  \
+  $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la  \
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lsqlite3 \
   $(LTLIBINTL)
@@ -156,7 +156,7 @@
 libgnunet_plugin_namestore_postgres_la_SOURCES = \
   plugin_namestore_postgres.c
 libgnunet_plugin_namestore_postgres_la_LIBADD = \
-  $(top_builddir)/src/namestore/libgnunetnamestore.la  \
+  $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la  \
   $(top_builddir)/src/postgres/libgnunetpostgres.la  \
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lpq \




reply via email to

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