aboutsummaryrefslogtreecommitdiff
path: root/src/feature/dirclient/include.am
blob: 24cae9eeddfcd1f970a414fb2748e66d4a54d91c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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