mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Move compiler-compatibility headers into their own module
This one has no generated code.
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
noinst_HEADERS += \
|
||||
src/lib/cc/compat_compiler.h \
|
||||
src/lib/cc/torint.h
|
||||
Reference in New Issue
Block a user