aboutsummaryrefslogtreecommitdiff
path: root/src/datacache
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-11-22 15:21:50 +0100
committerChristian Grothoff <christian@grothoff.org>2022-11-22 15:21:50 +0100
commit5ffa64ed1a5967b363475257fe248c04a72aa28a (patch)
tree31c68a10b0b26a95f901b5100f972e358ef14099 /src/datacache
parent7299f45d97d1dcc22d8155cfeb95939be6422bf4 (diff)
downloadgnunet-5ffa64ed1a5967b363475257fe248c04a72aa28a.tar.gz
gnunet-5ffa64ed1a5967b363475257fe248c04a72aa28a.zip
modernize namecache postgres implementation
Diffstat (limited to 'src/datacache')
-rw-r--r--src/datacache/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/datacache/Makefile.am b/src/datacache/Makefile.am
index 2d112b4ca..14778e0a3 100644
--- a/src/datacache/Makefile.am
+++ b/src/datacache/Makefile.am
@@ -202,4 +202,5 @@ EXTRA_DIST = \
202 test_datacache_data_heap.conf \ 202 test_datacache_data_heap.conf \
203 perf_datacache_data_heap.conf \ 203 perf_datacache_data_heap.conf \
204 test_datacache_data_postgres.conf \ 204 test_datacache_data_postgres.conf \
205 perf_datacache_data_postgres.conf 205 perf_datacache_data_postgres.conf \
206 $(sql_DATA)