]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Run checkIncludes.py from "make check-includes"
authorNick Mathewson <nickm@torproject.org>
Thu, 21 Jun 2018 18:20:43 +0000 (14:20 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 21 Jun 2018 18:20:43 +0000 (14:20 -0400)
Makefile.am

index 4ccee670e621a108d2f1583f0ad10e30ba29eda3..e0f827d2959e9a4c2bde4cd277667d6eda27f6b9 100644 (file)
@@ -100,6 +100,7 @@ EXTRA_DIST+= \
        Makefile.nmake                                  \
        README                                          \
        ReleaseNotes                                    \
+       scripts/maint/checkIncludes.py                  \
        scripts/maint/checkSpace.pl
 
 ## This tells etags how to find mockable function definitions.
@@ -267,6 +268,11 @@ if USE_PERL
                $(top_srcdir)/src/tools/*.[ch]
 endif
 
+check-includes:
+if USEPYTHON
+       $(top_srcdir)/scripts/maint/checkIncludes.py
+endif
+
 check-docs: all
        $(PERL) $(top_builddir)/scripts/maint/checkOptionDocs.pl