mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-14 23:33:31 +01:00
3c89622e39
Resolved conflicts in src/core/include.am
15 lines
444 B
Plaintext
15 lines
444 B
Plaintext
|
|
# ADD_C_FILE: INSERT SOURCES HERE.
|
|
LIBTOR_APP_A_SOURCES += \
|
|
src/feature/dirclient/dirclient.c \
|
|
src/feature/dirclient/dirclient_modes.c \
|
|
src/feature/dirclient/dlstatus.c
|
|
|
|
# ADD_C_FILE: INSERT HEADERS HERE.
|
|
noinst_HEADERS += \
|
|
src/feature/dirclient/dir_server_st.h \
|
|
src/feature/dirclient/dirclient.h \
|
|
src/feature/dirclient/dirclient_modes.h \
|
|
src/feature/dirclient/dlstatus.h \
|
|
src/feature/dirclient/download_status_st.h
|