diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-05 16:52:12 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-05 17:15:50 -0400 |
commit | 5f51c2de8bf27c1c5eba8c27d32273284d41a3d7 (patch) | |
tree | 37af6710fd74071754f81c222fa7e9324982c856 /Makefile.am | |
parent | ef486e3c029efe8cb18886eea52f20af766f9daa (diff) | |
download | tor-5f51c2de8bf27c1c5eba8c27d32273284d41a3d7.tar.gz tor-5f51c2de8bf27c1c5eba8c27d32273284d41a3d7.zip |
Fix our build system to know the new locations of the src/or stuff
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index e7c46f3cc6..c74b0e30a8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -302,10 +302,10 @@ coverage-html-full: all check-spaces: if USE_PERL $(PERL) $(top_srcdir)/scripts/maint/checkSpace.pl -C \ - $(top_srcdir)/src/common/*.[ch] \ $(top_srcdir)/src/lib/*/*.[ch] \ - $(top_srcdir)/src/or/*.[ch] \ - $(top_srcdir)/src/or/*/*.[ch] \ + $(top_srcdir)/src/core/*/*.[ch] \ + $(top_srcdir)/src/feature/*/*.[ch] \ + $(top_srcdir)/src/app/*/*.[ch] \ $(top_srcdir)/src/test/*.[ch] \ $(top_srcdir)/src/test/*/*.[ch] \ $(top_srcdir)/src/tools/*.[ch] |