-fix plugin linkage
authorChristian Grothoff <christian@grothoff.org>
Thu, 17 Oct 2013 07:35:19 +0000 (07:35 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 17 Oct 2013 07:35:19 +0000 (07:35 +0000)
src/namestore/Makefile.am

index 52000014b2f98fcd136c6afdce8485432271fd91..ac7882366e10bd56fce4f17e711e63beffa90f4c 100644 (file)
@@ -141,7 +141,7 @@ plugin_LTLIBRARIES = \
 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_sqlite_la_DEPENDENCIES = \
 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 \