Skip to content
Snippets Groups Projects
Commit cd8f9195 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Move compiler-compatibility headers into their own module

This one has no generated code.
parent d2f4a716
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
File moved
noinst_HEADERS += \
src/lib/cc/compat_compiler.h \
src/lib/cc/torint.h
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment