mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Add a README for the trunnel directory
This commit is contained in:
parent
aaf748435c
commit
62d6a8ef4d
10
src/trunnel/README
Normal file
10
src/trunnel/README
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
This directory contains code for use with, and code made by, the
|
||||||
|
automatic code generation tool "Trunnel".
|
||||||
|
|
||||||
|
The .trunnel files are the inputs here; the .c and .h files are the outputs.
|
||||||
|
To regenerate the .c and .h files, run "scripts/codegen/run_trunnel.sh".
|
||||||
|
|
||||||
|
For the Trunnel source code, and more documentation about using Trunnel,
|
||||||
|
see https://gitweb.torproject.org/trunnel.git , especially
|
||||||
|
https://gitweb.torproject.org/trunnel.git/tree/README
|
||||||
|
and https://gitweb.torproject.org/trunnel.git/tree/doc/trunnel.md
|
@ -36,3 +36,7 @@ src_trunnel_libor_trunnel_testing_a_CPPFLAGS = -DTRUNNEL_LOCAL_H $(AM_CPPFLAGS)
|
|||||||
src_trunnel_libor_trunnel_testing_a_CFLAGS = $(AM_CFLAGS) $(TEST_CFLAGS)
|
src_trunnel_libor_trunnel_testing_a_CFLAGS = $(AM_CFLAGS) $(TEST_CFLAGS)
|
||||||
|
|
||||||
noinst_HEADERS+= $(TRUNNELHEADERS)
|
noinst_HEADERS+= $(TRUNNELHEADERS)
|
||||||
|
|
||||||
|
EXTRA_DIST += \
|
||||||
|
src/trunnel/README
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user