aboutsummaryrefslogtreecommitdiff
path: root/src/core/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-10-08 10:41:49 -0400
committerNick Mathewson <nickm@torproject.org>2019-10-08 12:59:18 -0400
commitc42a79499afe45304b9dcdd63357c851f9a6d115 (patch)
tree247d8bfcb60f8fc2502bb37cf1add78440cd171f /src/core/include.am
parent7a26f14a37dc5ba6b6ef2816a22b6893502726a3 (diff)
downloadtor-c42a79499afe45304b9dcdd63357c851f9a6d115.tar.gz
tor-c42a79499afe45304b9dcdd63357c851f9a6d115.zip
Extract the enumeration that tells Tor what command it is running.
Diffstat (limited to 'src/core/include.am')
-rw-r--r--src/core/include.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/include.am b/src/core/include.am
index 9b4b251c81..64004da342 100644
--- a/src/core/include.am
+++ b/src/core/include.am
@@ -216,6 +216,7 @@ noinst_HEADERS += \
src/app/config/or_options_st.h \
src/app/config/or_state_st.h \
src/app/config/statefile.h \
+ src/app/config/tor_cmdline_mode.h \
src/app/main/main.h \
src/app/main/ntmain.h \
src/app/main/shutdown.h \