diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-10-11 17:19:37 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-10-11 17:22:03 -0400 |
commit | 63f542a5c21103946177b5377cdf5d08e2e68849 (patch) | |
tree | 6c8c7d20c0772be81b6ee08d61f48b56ed4eaacd /src/include.am | |
parent | 7ea904cbc0acbe1575ff68700572da76e4e4b10d (diff) | |
download | tor-63f542a5c21103946177b5377cdf5d08e2e68849.tar.gz tor-63f542a5c21103946177b5377cdf5d08e2e68849.zip |
Move all externally maintained source files into src/ext
The rationale for treating these files differently is that we should
be checking upstream for changes as applicable, and merging changes
upstream as warranted.
Diffstat (limited to 'src/include.am')
-rw-r--r-- | src/include.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include.am b/src/include.am index 965a494042..d0693e25b0 100644 --- a/src/include.am +++ b/src/include.am @@ -1,6 +1,7 @@ +include src/ext/include.am include src/common/include.am include src/or/include.am include src/test/include.am include src/tools/include.am include src/win32/include.am -include src/config/include.am
\ No newline at end of file +include src/config/include.am |