From: Christian Hofstaedtler Date: Mon, 10 Jul 2017 08:59:31 +0000 (+0200) Subject: Ship ldapbackend schema files in tarball X-Git-Tag: rec-4.1.0-alpha1~8^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=38f5336f54caee29566368564b7ad518d1f71f9c;p=pdns Ship ldapbackend schema files in tarball --- diff --git a/modules/ldapbackend/Makefile.am b/modules/ldapbackend/Makefile.am index 93a671324..8eecd8f8b 100644 --- a/modules/ldapbackend/Makefile.am +++ b/modules/ldapbackend/Makefile.am @@ -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 \