mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
Move ntmain.c into libtor-app again
It's needed by main.c Fixes bug 26662; bug not in any released Tor.
This commit is contained in:
parent
8b0920bb6f
commit
10c782d7fa
@ -9,9 +9,6 @@ noinst_HEADERS += \
|
|||||||
src/app/main/ntmain.h
|
src/app/main/ntmain.h
|
||||||
|
|
||||||
src_app_tor_SOURCES = src/app/main/tor_main.c
|
src_app_tor_SOURCES = src/app/main/tor_main.c
|
||||||
if BUILD_NT_SERVICES
|
|
||||||
src_app_tor_SOURCES += src/app/main/ntmain.c
|
|
||||||
endif
|
|
||||||
|
|
||||||
# -L flags need to go in LDFLAGS. -l flags need to go in LDADD.
|
# -L flags need to go in LDFLAGS. -l flags need to go in LDADD.
|
||||||
# This seems to matter nowhere but on windows, but I assure you that it
|
# This seems to matter nowhere but on windows, but I assure you that it
|
||||||
|
@ -101,6 +101,10 @@ LIBTOR_APP_A_SOURCES = \
|
|||||||
src/feature/stats/geoip.c \
|
src/feature/stats/geoip.c \
|
||||||
src/feature/stats/rephist.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
|
# 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
|
# only if the modules has been enabled at configure time. We always add the
|
||||||
|
Loading…
Reference in New Issue
Block a user