aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-29 08:43:47 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-29 08:43:47 +0000
commit0a908f01fdd37610ae9a075285b9c7e33c73190a (patch)
tree8c6ba86ca960ac1e84578b80882131c8c09c386a /src
parent12511d9b88002d7044f352448a35fd3f34ee5474 (diff)
downloadgnunet-0a908f01fdd37610ae9a075285b9c7e33c73190a.tar.gz
gnunet-0a908f01fdd37610ae9a075285b9c7e33c73190a.zip
-LRN: fix
Diffstat (limited to 'src')
-rw-r--r--src/namestore/Makefile.am23
1 files changed, 12 insertions, 11 deletions
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 = \
30 30
31lib_LTLIBRARIES = \ 31lib_LTLIBRARIES = \
32 libgnunetnamestore.la 32 libgnunetnamestore.la
33 33
34libgnunetnamestore_la_SOURCES = \ 34libgnunetnamestore_la_SOURCES = \
35 namestore_api.c namestore.h 35 namestore_api.c namestore_common.c namestore.h
36libgnunetnamestore_la_LIBADD = \ 36libgnunetnamestore_la_LIBADD = \
37 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 37 $(top_builddir)/src/statistics/libgnunetstatistics.la \
38 $(top_builddir)/src/util/libgnunetutil.la \ 38 $(top_builddir)/src/util/libgnunetutil.la \
@@ -45,9 +45,10 @@ bin_PROGRAMS = \
45 gnunet-service-namestore 45 gnunet-service-namestore
46 46
47gnunet_service_namestore_SOURCES = \ 47gnunet_service_namestore_SOURCES = \
48 gnunet-service-namestore.c \ 48 gnunet-service-namestore.c
49 namestore_common.c 49
50gnunet_service_namestore_LDADD = \ 50gnunet_service_namestore_LDADD = \
51 $(top_builddir)/src/namestore/libgnunetnamestore.la \
51 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 52 $(top_builddir)/src/statistics/libgnunetstatistics.la \
52 $(top_builddir)/src/util/libgnunetutil.la \ 53 $(top_builddir)/src/util/libgnunetutil.la \
53 $(GN_LIBINTL) 54 $(GN_LIBINTL)
@@ -69,22 +70,22 @@ libgnunet_plugin_namestore_sqlite_la_LDFLAGS = \
69 70
70 71
71test_namestore_api_SOURCES = \ 72test_namestore_api_SOURCES = \
72 test_namestore_api.c \ 73 test_namestore_api.c
73 namestore_common.c 74
74test_namestore_api_LDADD = \ 75test_namestore_api_LDADD = \
75 $(top_builddir)/src/util/libgnunetutil.la \ 76 $(top_builddir)/src/util/libgnunetutil.la \
76 $(top_builddir)/src/namestore/libgnunetnamestore.la 77 $(top_builddir)/src/namestore/libgnunetnamestore.la
77 78
78test_namestore_api_zone_iteration_SOURCES = \ 79test_namestore_api_zone_iteration_SOURCES = \
79 test_namestore_api_zone_iteration.c \ 80 test_namestore_api_zone_iteration.c
80 namestore_common.c 81
81test_namestore_api_zone_iteration_LDADD = \ 82test_namestore_api_zone_iteration_LDADD = \
82 $(top_builddir)/src/util/libgnunetutil.la \ 83 $(top_builddir)/src/util/libgnunetutil.la \
83 $(top_builddir)/src/namestore/libgnunetnamestore.la 84 $(top_builddir)/src/namestore/libgnunetnamestore.la
84 85
85test_namestore_record_serialization_SOURCES = \ 86test_namestore_record_serialization_SOURCES = \
86 test_namestore_record_serialization.c \ 87 test_namestore_record_serialization.c
87 namestore_common.c 88
88test_namestore_record_serialization_LDADD = \ 89test_namestore_record_serialization_LDADD = \
89 $(top_builddir)/src/util/libgnunetutil.la \ 90 $(top_builddir)/src/util/libgnunetutil.la \
90 $(top_builddir)/src/namestore/libgnunetnamestore.la 91 $(top_builddir)/src/namestore/libgnunetnamestore.la