aboutsummaryrefslogtreecommitdiff
path: root/src/or/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-07-05 14:51:07 -0400
committerNick Mathewson <nickm@torproject.org>2018-07-05 14:51:07 -0400
commit0adcfbc7c8b579ebfe4c16c86700e8b466fc9a56 (patch)
treeb6bba4d836d10e6285e357de9970bfdc3eb3b8a9 /src/or/include.am
parent24c0f83185a9c5dff080b250d9a8e15bbf8e1a88 (diff)
downloadtor-0adcfbc7c8b579ebfe4c16c86700e8b466fc9a56.tar.gz
tor-0adcfbc7c8b579ebfe4c16c86700e8b466fc9a56.zip
Move address_set to src/or
This is temporary, until src/or is split. Putting this in containers would be another logical alternative, except that addresses depend on containers, and we don't like cycles.
Diffstat (limited to 'src/or/include.am')
-rw-r--r--src/or/include.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/include.am b/src/or/include.am
index 9b5f7c1f60..ad7ee69bf5 100644
--- a/src/or/include.am
+++ b/src/or/include.am
@@ -19,6 +19,7 @@ EXTRA_DIST+= src/or/ntmain.c src/or/Makefile.nmake
LIBTOR_APP_A_SOURCES = \
src/or/addressmap.c \
+ src/or/address_set.c \
src/or/bridges.c \
src/or/channel.c \
src/or/channelpadding.c \
@@ -180,6 +181,7 @@ endif
ORHEADERS = \
src/or/addressmap.h \
+ src/or/address_set.h \
src/or/addr_policy_st.h \
src/or/authority_cert_st.h \
src/or/auth_dirs.inc \