mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
15 lines
429 B
Plaintext
15 lines
429 B
Plaintext
|
|
# ADD_C_FILE: INSERT SOURCES HERE.
|
|
LIBTOR_APP_A_SOURCES += \
|
|
src/feature/dircommon/consdiff.c \
|
|
src/feature/dircommon/directory.c \
|
|
src/feature/dircommon/fp_pair.c
|
|
|
|
# ADD_C_FILE: INSERT HEADERS HERE.
|
|
noinst_HEADERS += \
|
|
src/feature/dircommon/consdiff.h \
|
|
src/feature/dircommon/dir_connection_st.h \
|
|
src/feature/dircommon/directory.h \
|
|
src/feature/dircommon/fp_pair.h \
|
|
src/feature/dircommon/vote_timing_st.h
|