]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Ship ldapbackend schema files in tarball
authorChristian Hofstaedtler <christian@hofstaedtler.name>
Mon, 10 Jul 2017 08:59:31 +0000 (10:59 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Tue, 7 Nov 2017 20:25:48 +0000 (21:25 +0100)
(cherry picked from commit 38f5336f54caee29566368564b7ad518d1f71f9c)

modules/ldapbackend/Makefile.am

index 6b76a215e8ab3a8b6021ae17915410446fb0af77..d38185decfb89e42eca49bf232696beaef88aa91 100644 (file)
@@ -1,6 +1,14 @@
 pkglib_LTLIBRARIES = libldapbackend.la
 
-EXTRA_DIST = OBJECTFILES OBJECTLIBS
+EXTRA_DIST = \
+    OBJECTFILES \
+    OBJECTLIBS \
+    dnsdomain2.schema \
+    pdns-domaininfo.schema
+
+dist_doc_DATA = \
+    dnsdomain2.schema \
+    pdns-domaininfo.schema
 
 libldapbackend_la_SOURCES = \
        ldapbackend.cc ldapbackend.hh \