mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
73ac1add3f
Closes ticket 32137.
19 lines
529 B
Plaintext
19 lines
529 B
Plaintext
|
|
# ADD_C_FILE: INSERT SOURCES HERE.
|
|
LIBTOR_APP_A_SOURCES += \
|
|
src/core/proto/proto_cell.c \
|
|
src/core/proto/proto_control0.c \
|
|
src/core/proto/proto_ext_or.c \
|
|
src/core/proto/proto_haproxy.c \
|
|
src/core/proto/proto_http.c \
|
|
src/core/proto/proto_socks.c
|
|
|
|
# ADD_C_FILE: INSERT HEADERS HERE.
|
|
noinst_HEADERS += \
|
|
src/core/proto/proto_cell.h \
|
|
src/core/proto/proto_control0.h \
|
|
src/core/proto/proto_ext_or.h \
|
|
src/core/proto/proto_haproxy.h \
|
|
src/core/proto/proto_http.h \
|
|
src/core/proto/proto_socks.h
|