X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fpeerstore%2FMakefile.am;h=40072836cdf185401ead90f6d76cfb5f22524565;hb=8a2d1e6aedbf1bc95052e63ac67093b89385b0a1;hp=821700b5a4ac7adecf22d06f14beeeddb744a372;hpb=f5961cc463e301090c16577f2f0cb28ca614d734;p=oweals%2Fgnunet.git diff --git a/src/peerstore/Makefile.am b/src/peerstore/Makefile.am index 821700b5a..40072836c 100644 --- a/src/peerstore/Makefile.am +++ b/src/peerstore/Makefile.am @@ -47,17 +47,17 @@ libgnunetpeerstore_la_LDFLAGS = \ $(GNUNET_LDFLAGS) plugin_LTLIBRARIES = \ - libgnunet_plugin_peerstore_file.la + libgnunet_plugin_peerstore_sqlite.la -libgnunet_plugin_peerstore_file_la_SOURCES = \ - plugin_peerstore_file.c -libgnunet_plugin_peerstore_file_la_LIBADD = \ +libgnunet_plugin_peerstore_sqlite_la_SOURCES = \ + plugin_peerstore_sqlite.c +libgnunet_plugin_peerstore_sqlite_la_LIBADD = \ $(top_builddir)/src/peerstore/libgnunetpeerstore.la \ - $(top_builddir)/src/util/libgnunetutil.la \ + $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lsqlite3 \ $(LTLIBINTL) -libgnunet_plugin_peerstore_file_la_LDFLAGS = \ +libgnunet_plugin_peerstore_sqlite_la_LDFLAGS = \ $(GN_PLUGIN_LDFLAGS) -libgnunet_plugin_peerstore_file_la_DEPENDENCIES = \ +libgnunet_plugin_peerstore_sqlite_la_DEPENDENCIES = \ $(top_builddir)/src/util/libgnunetutil.la \ libgnunetpeerstore.la