aboutsummaryrefslogtreecommitdiff
path: root/src/lib/net/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-07-05 14:48:29 -0400
committerNick Mathewson <nickm@torproject.org>2018-07-05 14:48:29 -0400
commit24c0f83185a9c5dff080b250d9a8e15bbf8e1a88 (patch)
treed68b467bb0294fa23a8a1aebc12b6a479caa41c1 /src/lib/net/include.am
parent0e4b1781f4f0135c925cd728a09cca7d7959b961 (diff)
downloadtor-24c0f83185a9c5dff080b250d9a8e15bbf8e1a88.tar.gz
tor-24c0f83185a9c5dff080b250d9a8e15bbf8e1a88.zip
Move socks5_status.h to src/lib/net
There might be a better place for it in the long run, but this is the best I can think of for now.
Diffstat (limited to 'src/lib/net/include.am')
-rw-r--r--src/lib/net/include.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/net/include.am b/src/lib/net/include.am
index a375ac8ad5..6fda173614 100644
--- a/src/lib/net/include.am
+++ b/src/lib/net/include.am
@@ -29,4 +29,5 @@ noinst_HEADERS += \
src/lib/net/ipv6.h \
src/lib/net/nettypes.h \
src/lib/net/resolve.h \
- src/lib/net/socket.h
+ src/lib/net/socket.h \
+ src/lib/net/socks5_status.h