summaryrefslogtreecommitdiff
path: root/src/core/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-07-06 13:59:40 -0400
committerNick Mathewson <nickm@torproject.org>2018-07-06 13:59:40 -0400
commit10c782d7fa227bb426af5bcbe0073c366d93594a (patch)
treea6ea441483899b3495f47ba185fb48d05e64d45a /src/core/include.am
parent8b0920bb6f0d52402026d38dcc8405c0ff263dbb (diff)
downloadtor-10c782d7fa227bb426af5bcbe0073c366d93594a.tar.gz
tor-10c782d7fa227bb426af5bcbe0073c366d93594a.zip
Move ntmain.c into libtor-app again
It's needed by main.c Fixes bug 26662; bug not in any released Tor.
Diffstat (limited to 'src/core/include.am')
-rw-r--r--src/core/include.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/include.am b/src/core/include.am
index b35367ccbb..1f37044e9a 100644
--- a/src/core/include.am
+++ b/src/core/include.am
@@ -101,6 +101,10 @@ LIBTOR_APP_A_SOURCES = \
src/feature/stats/geoip.c \
src/feature/stats/rephist.c
+if BUILD_NT_SERVICES
+LIBTOR_APP_A_SOURCES += src/app/main/ntmain.c
+endif
+
#
# Modules are conditionnally compiled in tor starting here. We add the C files
# only if the modules has been enabled at configure time. We always add the