]> git.ipfire.org Git - thirdparty/pdns.git/blame - Makefile.am
Correct doc for ecs-add-for default
[thirdparty/pdns.git] / Makefile.am
CommitLineData
0cfec081 1SUBDIRS = ext modules pdns codedocs docs
0ff5c0a3 2
a0a4ca43
RK
3EXTRA_DIST = \
4 INSTALL \
5 NOTICE \
6 README \
927e24d4 7 COPYING \
a0a4ca43
RK
8 codedocs/doxygen.conf \
9 contrib/powerdns.solaris.init.d \
a0a4ca43 10 pdns/named.conf.parsertest \
8670e40d 11 regression-tests/zones/unit.test \
672100c8 12 regression-tests/zones/unit2.test \
8670e40d 13 builder-support/gen-version
ac2bb9e7 14
1c48ac84 15ACLOCAL_AMFLAGS = -I m4
3a6d014e 16
f72e3c36 17dvi: # do nothing to build dvi
ba5ba96c
OM
18
19format-code:
20 ./build-scripts/format-code `find modules pdns -type f -name '*.[ch][ch]'`
21