Browse Source

Move checkIncludes inside practracker

Update the makefile accordingly.
Nick Mathewson 4 years ago
parent
commit
6fb74753c2
2 changed files with 2 additions and 2 deletions
  1. 2 2
      Makefile.am
  2. 0 0
      scripts/maint/practracker/includes.py

+ 2 - 2
Makefile.am

@@ -166,7 +166,7 @@ EXTRA_DIST+= \
 	Makefile.nmake					\
 	README						\
 	ReleaseNotes					\
-	scripts/maint/checkIncludes.py                  \
+	scripts/maint/practracker/includes.py           \
 	scripts/maint/checkSpace.pl \
 	scripts/maint/practracker
 
@@ -366,7 +366,7 @@ endif
 
 check-includes:
 if USEPYTHON
-	$(PYTHON) $(top_srcdir)/scripts/maint/checkIncludes.py
+	$(PYTHON) $(top_srcdir)/scripts/maint/practracker/includes.py
 endif
 
 check-best-practices:

+ 0 - 0
scripts/maint/checkIncludes.py → scripts/maint/practracker/includes.py