blob: 3bb9225c12c1e47132df5f66e4cc3dd648f6d9a6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# ADD_C_FILE: INSERT SOURCES HERE.
LIBTOR_APP_A_SOURCES += \
src/feature/hs_common/replaycache.c \
src/feature/hs_common/shared_random_client.c
# ADD_C_FILE: INSERT HEADERS HERE.
noinst_HEADERS += \
src/feature/hs_common/replaycache.h \
src/feature/hs_common/shared_random_client.h
|