]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Install bind SQL schema files as part of bindbackend 9012/head
authorChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Tue, 7 Apr 2020 15:55:59 +0000 (17:55 +0200)
committerChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Tue, 7 Apr 2020 15:55:59 +0000 (17:55 +0200)
modules/bindbackend/Makefile.am
pdns/Makefile.am

index aaf88be6840fb9be25d9212b62f55ab682e22481..812a8537a3c4d606910887a62345db399e8bc1a2 100644 (file)
@@ -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 = \
index 524110a07be8a0035da66cc314e16456fd9b19b5..375081af9721d6ef71f5e6e5b348a5449ab7561d 100644 (file)
@@ -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 \