mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
b5068e4826
This will be used for testing. Partially reproduces work by MrSquanchee in #33812.
18 lines
523 B
Plaintext
18 lines
523 B
Plaintext
|
|
# ADD_C_FILE: INSERT SOURCES HERE.
|
|
LIBTOR_APP_A_SOURCES += \
|
|
src/feature/stats/bwhist.c \
|
|
src/feature/stats/connstats.c \
|
|
src/feature/stats/geoip_stats.c \
|
|
src/feature/stats/rephist.c \
|
|
src/feature/stats/predict_ports.c
|
|
|
|
# ADD_C_FILE: INSERT HEADERS HERE.
|
|
noinst_HEADERS += \
|
|
src/feature/stats/bw_array_st.h \
|
|
src/feature/stats/bwhist.h \
|
|
src/feature/stats/connstats.h \
|
|
src/feature/stats/geoip_stats.h \
|
|
src/feature/stats/rephist.h \
|
|
src/feature/stats/predict_ports.h
|