diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-21 12:20:26 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-21 13:14:14 -0400 |
commit | cd8f91955366719d5060264a613c3296b888ec6d (patch) | |
tree | 269f2748bbcb0d1675b34b7a96f07ea361bb9e7b /src/lib/cc/include.am | |
parent | d2f4a716e8cc9aaa53b36d4e853769103ea35084 (diff) | |
download | tor-cd8f91955366719d5060264a613c3296b888ec6d.tar.gz tor-cd8f91955366719d5060264a613c3296b888ec6d.zip |
Move compiler-compatibility headers into their own module
This one has no generated code.
Diffstat (limited to 'src/lib/cc/include.am')
-rw-r--r-- | src/lib/cc/include.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/cc/include.am b/src/lib/cc/include.am new file mode 100644 index 0000000000..2ae90f97dd --- /dev/null +++ b/src/lib/cc/include.am @@ -0,0 +1,4 @@ + +noinst_HEADERS += \ + src/lib/cc/compat_compiler.h \ + src/lib/cc/torint.h |