diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-02-09 12:08:12 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-02-09 12:08:12 -0500 |
commit | abdf2a6f7f400bf7769b701c79b51e51f1cc9e55 (patch) | |
tree | 98a3ca09c057afef4f4ac1e2152bc9c33669319a /src/common/include.am | |
parent | d9826b0a30f42754dc5764ce02c7b0271d996c92 (diff) | |
parent | 1a4fc9cddf27595db6f5da981a557f768fa32f66 (diff) | |
download | tor-abdf2a6f7f400bf7769b701c79b51e51f1cc9e55.tar.gz tor-abdf2a6f7f400bf7769b701c79b51e51f1cc9e55.zip |
Merge remote-tracking branch 'dgoulet/ticket24902_029_05'
Diffstat (limited to 'src/common/include.am')
-rw-r--r-- | src/common/include.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/include.am b/src/common/include.am index 1777f33ad9..6945285108 100644 --- a/src/common/include.am +++ b/src/common/include.am @@ -80,6 +80,7 @@ src_common_libor_ctime_testing_a_CFLAGS = @CFLAGS_CONSTTIME@ $(TEST_CFLAGS) LIBOR_A_SRC = \ src/common/address.c \ + src/common/address_set.c \ src/common/backtrace.c \ src/common/buffers.c \ src/common/compat.c \ @@ -145,6 +146,7 @@ src_common_libor_event_testing_a_CFLAGS = $(AM_CFLAGS) $(TEST_CFLAGS) COMMONHEADERS = \ src/common/address.h \ + src/common/address_set.h \ src/common/backtrace.h \ src/common/buffers.h \ src/common/buffers_tls.h \ |