mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-03 17:13:33 +01:00
4bdda6d05f
Apparently it has no testing variant.
19 lines
306 B
Plaintext
19 lines
306 B
Plaintext
|
|
noinst_LIBRARIES += \
|
|
src/lib/libtor-trace.a
|
|
|
|
TRACEHEADERS = \
|
|
src/lib/trace/trace.h \
|
|
src/lib/trace/events.h
|
|
|
|
if USE_EVENT_TRACING_DEBUG
|
|
TRACEHEADERS += \
|
|
src/lib/trace/debug.h
|
|
endif
|
|
|
|
# Library source files.
|
|
src_lib_libtor_trace_a_SOURCES = \
|
|
src/lib/trace/trace.c
|
|
|
|
noinst_HEADERS+= $(TRACEHEADERS)
|