From d237b33a42048e26f409375af65ec275ae0eb027 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 21 Nov 2022 17:08:39 +0100 Subject: modernize namestore postgres plugin, a bit --- src/namestore/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/namestore/Makefile.am') 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/ libexecdir= $(pkglibdir)/libexec/ +sqldir = $(prefix)/share/gnunet/sql/ + +sql_DATA = \ + namestore-0001.sql \ + namestore-drop.sql + pkgcfg_DATA = \ namestore.conf -- cgit v1.2.3