Move compiler-compatibility headers into their own module

This one has no generated code.
This commit is contained in:
Nick Mathewson
2018-06-21 12:20:26 -04:00
parent d2f4a716e8
commit cd8f919553
4 changed files with 4 additions and 2 deletions
-2
View File
@@ -136,7 +136,6 @@ COMMONHEADERS = \
src/common/aes.h \
src/common/ciphers.inc \
src/common/compat.h \
src/common/compat_compiler.h \
src/common/compat_libevent.h \
src/common/compat_openssl.h \
src/common/compat_threads.h \
@@ -165,7 +164,6 @@ COMMONHEADERS = \
src/common/testsupport.h \
src/common/timers.h \
src/common/token_bucket.h \
src/common/torint.h \
src/common/torlog.h \
src/common/tortls.h \
src/common/util.h \
+4
View File
@@ -0,0 +1,4 @@
noinst_HEADERS += \
src/lib/cc/compat_compiler.h \
src/lib/cc/torint.h