summaryrefslogtreecommitdiff
path: root/src/common/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-08-08 15:10:32 -0400
committerNick Mathewson <nickm@torproject.org>2017-09-05 13:57:51 -0400
commit336aa21e37b6c5bd4f1215ceba27c21f6c43dce7 (patch)
treeaaad926928364865aec57e44b47d495ec2305332 /src/common/include.am
parent150089cbd7445f76a5d29df7d33c15c3a1ada034 (diff)
downloadtor-336aa21e37b6c5bd4f1215ceba27c21f6c43dce7.tar.gz
tor-336aa21e37b6c5bd4f1215ceba27c21f6c43dce7.zip
Move buffers.c and buffers_tls.c into src/common
These are no longer tor-specific, so they can be part of the infrastructure.
Diffstat (limited to 'src/common/include.am')
-rw-r--r--src/common/include.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/include.am b/src/common/include.am
index 1253888815..cd5eea3404 100644
--- a/src/common/include.am
+++ b/src/common/include.am
@@ -81,6 +81,7 @@ src_common_libor_ctime_testing_a_CFLAGS = @CFLAGS_CONSTTIME@ $(TEST_CFLAGS)
LIBOR_A_SRC = \
src/common/address.c \
src/common/backtrace.c \
+ src/common/buffers.c \
src/common/compat.c \
src/common/compat_threads.c \
src/common/compat_time.c \
@@ -110,6 +111,7 @@ src/common/src_common_libor_testing_a-log.$(OBJEXT) \
LIBOR_CRYPTO_A_SRC = \
src/common/aes.c \
+ src/common/buffers_tls.c \
src/common/compress.c \
src/common/compress_lzma.c \
src/common/compress_none.c \
@@ -147,6 +149,8 @@ src_common_libor_event_testing_a_CFLAGS = $(AM_CFLAGS) $(TEST_CFLAGS)
COMMONHEADERS = \
src/common/address.h \
src/common/backtrace.h \
+ src/common/buffers.h \
+ src/common/buffers_tls.h \
src/common/aes.h \
src/common/ciphers.inc \
src/common/compat.h \