From: Christian Grothoff Date: Wed, 29 Feb 2012 08:43:47 +0000 (+0000) Subject: -LRN: fix X-Git-Tag: initial-import-from-subversion-38251~14553 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0a908f01fdd37610ae9a075285b9c7e33c73190a;p=oweals%2Fgnunet.git -LRN: fix --- diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am index 1f468d9f3..ca87aa721 100644 --- a/src/namestore/Makefile.am +++ b/src/namestore/Makefile.am @@ -30,9 +30,9 @@ check_PROGRAMS = \ lib_LTLIBRARIES = \ libgnunetnamestore.la - + libgnunetnamestore_la_SOURCES = \ - namestore_api.c namestore.h + namestore_api.c namestore_common.c namestore.h libgnunetnamestore_la_LIBADD = \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/util/libgnunetutil.la \ @@ -45,9 +45,10 @@ bin_PROGRAMS = \ gnunet-service-namestore gnunet_service_namestore_SOURCES = \ - gnunet-service-namestore.c \ - namestore_common.c + gnunet-service-namestore.c + gnunet_service_namestore_LDADD = \ + $(top_builddir)/src/namestore/libgnunetnamestore.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(GN_LIBINTL) @@ -69,22 +70,22 @@ libgnunet_plugin_namestore_sqlite_la_LDFLAGS = \ test_namestore_api_SOURCES = \ - test_namestore_api.c \ - namestore_common.c + test_namestore_api.c + test_namestore_api_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/namestore/libgnunetnamestore.la - + test_namestore_api_zone_iteration_SOURCES = \ - test_namestore_api_zone_iteration.c \ - namestore_common.c + test_namestore_api_zone_iteration.c + test_namestore_api_zone_iteration_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/namestore/libgnunetnamestore.la test_namestore_record_serialization_SOURCES = \ - test_namestore_record_serialization.c \ - namestore_common.c + test_namestore_record_serialization.c + test_namestore_record_serialization_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/namestore/libgnunetnamestore.la