aboutsummaryrefslogtreecommitdiff
path: root/src/namecache
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-09-13 12:39:21 +0000
committerChristian Grothoff <christian@grothoff.org>2014-09-13 12:39:21 +0000
commite184df6030ab5c5374fe3b8a94482ff5a30c1580 (patch)
treefb23e34c6ee51b51cf597f7f5011be4b18d328e1 /src/namecache
parent5a8cef27282ebb1441dcd17cfd412a06e430a4c7 (diff)
downloadgnunet-e184df6030ab5c5374fe3b8a94482ff5a30c1580.tar.gz
gnunet-e184df6030ab5c5374fe3b8a94482ff5a30c1580.zip
trying to do something about #3540
Diffstat (limited to 'src/namecache')
-rw-r--r--src/namecache/Makefile.am13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/namecache/Makefile.am b/src/namecache/Makefile.am
index 4f2c073fa..16015e39f 100644
--- a/src/namecache/Makefile.am
+++ b/src/namecache/Makefile.am
@@ -79,13 +79,12 @@ gnunet_namecache_SOURCES = \
79gnunet_namecache_LDADD = \ 79gnunet_namecache_LDADD = \
80 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ 80 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
81 $(top_builddir)/src/util/libgnunetutil.la \ 81 $(top_builddir)/src/util/libgnunetutil.la \
82 libgnunetnamecache.la \ 82 $(top_builddir)/src/namecache/libgnunetnamecache.la \
83 $(GN_LIBINTL) 83 $(GN_LIBINTL)
84gnunet_namecache_DEPENDENCIES = \ 84gnunet_namecache_DEPENDENCIES = \
85 $(top_builddir)/src/identity/libgnunetidentity.la \ 85 $(top_builddir)/src/identity/libgnunetidentity.la \
86 $(top_builddir)/src/util/libgnunetutil.la \ 86 $(top_builddir)/src/util/libgnunetutil.la \
87 libgnunetnamecache.la 87 $(top_builddir)/src/namecache/libgnunetnamecache.la
88
89 88
90gnunet_service_namecache_SOURCES = \ 89gnunet_service_namecache_SOURCES = \
91 gnunet-service-namecache.c 90 gnunet-service-namecache.c
@@ -94,12 +93,12 @@ gnunet_service_namecache_LDADD = \
94 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ 93 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
95 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 94 $(top_builddir)/src/statistics/libgnunetstatistics.la \
96 $(top_builddir)/src/util/libgnunetutil.la \ 95 $(top_builddir)/src/util/libgnunetutil.la \
97 libgnunetnamecache.la \ 96 $(top_builddir)/src/namecache/libgnunetnamecache.la \
98 $(GN_LIBINTL) 97 $(GN_LIBINTL)
99gnunet_service_namecache_DEPENDENCIES = \ 98gnunet_service_namecache_DEPENDENCIES = \
100 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 99 $(top_builddir)/src/statistics/libgnunetstatistics.la \
101 $(top_builddir)/src/util/libgnunetutil.la \ 100 $(top_builddir)/src/util/libgnunetutil.la \
102 libgnunetnamecache.la 101 $(top_builddir)/src/namecache/libgnunetnamecache.la
103 102
104 103
105plugin_LTLIBRARIES = \ 104plugin_LTLIBRARIES = \
@@ -118,7 +117,7 @@ libgnunet_plugin_namecache_sqlite_la_LDFLAGS = \
118libgnunet_plugin_namecache_sqlite_la_DEPENDENCIES = \ 117libgnunet_plugin_namecache_sqlite_la_DEPENDENCIES = \
119 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 118 $(top_builddir)/src/statistics/libgnunetstatistics.la \
120 $(top_builddir)/src/util/libgnunetutil.la \ 119 $(top_builddir)/src/util/libgnunetutil.la \
121 libgnunetnamecache.la 120 $(top_builddir)/src/namecache/libgnunetnamecache.la
122 121
123 122
124libgnunet_plugin_namecache_postgres_la_SOURCES = \ 123libgnunet_plugin_namecache_postgres_la_SOURCES = \
@@ -135,7 +134,7 @@ libgnunet_plugin_namecache_postgres_la_DEPENDENCIES = \
135 $(top_builddir)/src/postgres/libgnunetpostgres.la \ 134 $(top_builddir)/src/postgres/libgnunetpostgres.la \
136 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 135 $(top_builddir)/src/statistics/libgnunetstatistics.la \
137 $(top_builddir)/src/util/libgnunetutil.la \ 136 $(top_builddir)/src/util/libgnunetutil.la \
138 libgnunetnamecache.la 137 $(top_builddir)/src/namecache/libgnunetnamecache.la
139 138
140test_namecache_api_cache_block_SOURCES = \ 139test_namecache_api_cache_block_SOURCES = \
141 test_namecache_api_cache_block.c 140 test_namecache_api_cache_block.c