aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-11-21 17:08:39 +0100
committerChristian Grothoff <christian@grothoff.org>2022-11-21 17:08:39 +0100
commitd237b33a42048e26f409375af65ec275ae0eb027 (patch)
tree13e65c716a2df41193540f318621d7655962f954 /src/namestore/Makefile.am
parent92c6328195c3bed9abbd56625fcab5952869289c (diff)
downloadgnunet-d237b33a42048e26f409375af65ec275ae0eb027.tar.gz
gnunet-d237b33a42048e26f409375af65ec275ae0eb027.zip
modernize namestore postgres plugin, a bit
Diffstat (limited to 'src/namestore/Makefile.am')
-rw-r--r--src/namestore/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index a0ca32fa4..b4d2b0ff2 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -7,6 +7,12 @@ pkgcfgdir= $(pkgdatadir)/config.d/
7 7
8libexecdir= $(pkglibdir)/libexec/ 8libexecdir= $(pkglibdir)/libexec/
9 9
10sqldir = $(prefix)/share/gnunet/sql/
11
12sql_DATA = \
13 namestore-0001.sql \
14 namestore-drop.sql
15
10pkgcfg_DATA = \ 16pkgcfg_DATA = \
11 namestore.conf 17 namestore.conf
12 18