summaryrefslogtreecommitdiff
path: root/src/common/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/common/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/common/include.am')
-rw-r--r--src/common/include.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/include.am b/src/common/include.am
index 565482bcf9..de4ecbaeea 100644
--- a/src/common/include.am
+++ b/src/common/include.am
@@ -18,7 +18,6 @@ libor_extra_source=
endif
LIBOR_A_SRC = \
- src/common/address_set.c \
src/common/token_bucket.c \
src/common/workqueue.c \
$(libor_extra_source)
@@ -49,7 +48,6 @@ src_common_libor_testing_a_CFLAGS = $(AM_CFLAGS) $(TEST_CFLAGS)
src_common_libor_event_testing_a_CFLAGS = $(AM_CFLAGS) $(TEST_CFLAGS)
COMMONHEADERS = \
- src/common/address_set.h \
src/common/compat_libevent.h \
src/common/procmon.h \
src/common/timers.h \