mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
73ac1add3f
Closes ticket 32137.
13 lines
333 B
Plaintext
13 lines
333 B
Plaintext
|
|
# ADD_C_FILE: INSERT SOURCES HERE.
|
|
LIBTOR_APP_A_SOURCES += \
|
|
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/geoip_stats.h \
|
|
src/feature/stats/rephist.h \
|
|
src/feature/stats/predict_ports.h
|