X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fnamestore%2FMakefile.am;h=8b328b1a8893153f00d693fbb9faf7fb4814f57a;hb=67bbd4de1105d5afe7aec48d1ecd7a7da9d1043a;hp=34cf4e183b3cc5a4593776e22aebae621bde8d35;hpb=dd42cc68d1030dd1ad4ef39e947ac2e0a8963d4a;p=oweals%2Fgnunet.git diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am index 34cf4e183..8b328b1a8 100644 --- a/src/namestore/Makefile.am +++ b/src/namestore/Makefile.am @@ -107,7 +107,6 @@ libgnunet_plugin_namestore_sqlite_la_LIBADD = \ libgnunet_plugin_namestore_sqlite_la_LDFLAGS = \ $(GN_PLUGIN_LDFLAGS) libgnunet_plugin_namestore_sqlite_la_DEPENDENCIES = \ - $(top_builddir)/src/namestore/libgnunetnamestore.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/util/libgnunetutil.la \ libgnunetnamestore.la @@ -124,7 +123,6 @@ libgnunet_plugin_namestore_postgres_la_LIBADD = \ libgnunet_plugin_namestore_postgres_la_LDFLAGS = \ $(GN_PLUGIN_LDFLAGS) libgnunet_plugin_namestore_postgres_la_DEPENDENCIES = \ - $(top_builddir)/src/namestore/libgnunetnamestore.la \ $(top_builddir)/src/postgres/libgnunetpostgres.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/util/libgnunetutil.la \