]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - Makefile.am
rec: Add a regression test for the RPZ updates with several deltas
[thirdparty/pdns.git] / Makefile.am
index 49e1cea72f3119c0fe6bb7ae3e9efd63505dad6c..5e4f489fbede5505cd9ad1fc48d4f4c0a5642bfc 100644 (file)
@@ -4,11 +4,18 @@ EXTRA_DIST = \
        INSTALL \
        NOTICE \
        README \
+       COPYING \
        codedocs/doxygen.conf \
        contrib/powerdns.solaris.init.d \
        pdns/named.conf.parsertest \
-       regression-tests/zones/unit.test
+       regression-tests/zones/unit.test \
+       regression-tests/zones/unit2.test \
+       builder-support/gen-version
 
 ACLOCAL_AMFLAGS = -I m4
 
 dvi: # do nothing to build dvi
+
+format-code:
+       ./build-scripts/format-code `find modules pdns -type f -name '*.[ch][ch]'`
+