]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - Makefile.am
Correct doc for ecs-add-for default
[thirdparty/pdns.git] / Makefile.am
index e26c915213ad876fc7da89ea10655f337abf0a9f..5e4f489fbede5505cd9ad1fc48d4f4c0a5642bfc 100644 (file)
@@ -9,8 +9,13 @@ EXTRA_DIST = \
        contrib/powerdns.solaris.init.d \
        pdns/named.conf.parsertest \
        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]'`
+