mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
fixup! Move format_win32_error into lib/log/
This commit is contained in:
parent
1e2e0f7e46
commit
3d606dddb9
2 changed files with 6 additions and 3 deletions
|
@ -422,7 +422,7 @@ AH_BOTTOM([
|
|||
#endif
|
||||
])
|
||||
|
||||
|
||||
AM_CONDITIONAL(WIN32, test "x$bwin32" = "xtrue")
|
||||
AM_CONDITIONAL(BUILD_NT_SERVICES, test "x$bwin32" = "xtrue")
|
||||
AM_CONDITIONAL(BUILD_LIBTORRUNNER, test "x$bwin32" != "xtrue")
|
||||
|
||||
|
|
|
@ -9,8 +9,11 @@ src_lib_libtor_log_a_SOURCES = \
|
|||
src/lib/log/escape.c \
|
||||
src/lib/log/ratelim.c \
|
||||
src/lib/log/torlog.c \
|
||||
src/lib/log/util_bug.c \
|
||||
src/lib/log/win32err.c
|
||||
src/lib/log/util_bug.c
|
||||
|
||||
if WIN32
|
||||
src_lib_libtor_log_a_SOURCES += src/lib/log/win32err.c
|
||||
endif
|
||||
|
||||
src_lib_libtor_log_testing_a_SOURCES = \
|
||||
$(src_lib_libtor_log_a_SOURCES)
|
||||
|
|
Loading…
Add table
Reference in a new issue