Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
3d606ddd
Commit
3d606ddd
authored
Jun 27, 2018
by
Nick Mathewson
🎨
Browse files
fixup! Move format_win32_error into lib/log/
parent
1e2e0f7e
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
3d606ddd
...
@@ -422,7 +422,7 @@ AH_BOTTOM([
...
@@ -422,7 +422,7 @@ AH_BOTTOM([
#endif
#endif
])
])
AM_CONDITIONAL(WIN32, test "x$bwin32" = "xtrue")
AM_CONDITIONAL(BUILD_NT_SERVICES, test "x$bwin32" = "xtrue")
AM_CONDITIONAL(BUILD_NT_SERVICES, test "x$bwin32" = "xtrue")
AM_CONDITIONAL(BUILD_LIBTORRUNNER, test "x$bwin32" != "xtrue")
AM_CONDITIONAL(BUILD_LIBTORRUNNER, test "x$bwin32" != "xtrue")
...
...
src/lib/log/include.am
View file @
3d606ddd
...
@@ -9,8 +9,11 @@ src_lib_libtor_log_a_SOURCES = \
...
@@ -9,8 +9,11 @@ src_lib_libtor_log_a_SOURCES = \
src/lib/log/escape.c \
src/lib/log/escape.c \
src/lib/log/ratelim.c \
src/lib/log/ratelim.c \
src/lib/log/torlog.c \
src/lib/log/torlog.c \
src/lib/log/util_bug.c \
src/lib/log/util_bug.c
src/lib/log/win32err.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_testing_a_SOURCES = \
$(src_lib_libtor_log_a_SOURCES)
$(src_lib_libtor_log_a_SOURCES)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment