From a9124d551ee7cfb25464a8386f61187fd8ca6dc9 Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Tue, 7 Apr 2020 17:55:59 +0200 Subject: [PATCH] Install bind SQL schema files as part of bindbackend --- modules/bindbackend/Makefile.am | 4 ++++ pdns/Makefile.am | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/bindbackend/Makefile.am b/modules/bindbackend/Makefile.am index aaf88be684..812a8537a3 100644 --- a/modules/bindbackend/Makefile.am +++ b/modules/bindbackend/Makefile.am @@ -9,6 +9,10 @@ BUILT_SOURCES = \ ../../pdns/bindlexer.l \ ../../pdns/bindparser.yy +dist_doc_DATA = \ + ../../pdns/bind-dnssec.4.2.0_to_4.3.0_schema.sqlite3.sql \ + ../../pdns/bind-dnssec.schema.sqlite3.sql + EXTRA_DIST = OBJECTFILES OBJECTLIBS libbindbackend_la_SOURCES = \ diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 524110a07b..375081af97 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -47,8 +47,6 @@ EXTRA_DIST = \ effective_tld_names.dat \ mtasker.cc \ inflighter.cc \ - bind-dnssec.4.2.0_to_4.3.0_schema.sqlite3.sql \ - bind-dnssec.schema.sqlite3.sql \ bindparser.h \ named.conf.parsertest \ pdns.service.in \ -- 2.47.2