Merge branch 'tor-gitlab/mr/583' into maint-0.4.7
[tor.git] / src / lib / sandbox / include.am
blobe81f14b55f678ac8a27accf548e30523a30160cc
2 noinst_LIBRARIES += src/lib/libtor-sandbox.a
4 if UNITTESTS_ENABLED
5 noinst_LIBRARIES += src/lib/libtor-sandbox-testing.a
6 endif
8 # ADD_C_FILE: INSERT SOURCES HERE.
9 src_lib_libtor_sandbox_a_SOURCES =                      \
10         src/lib/sandbox/sandbox.c
12 src_lib_libtor_sandbox_testing_a_SOURCES = \
13         $(src_lib_libtor_sandbox_a_SOURCES)
14 src_lib_libtor_sandbox_testing_a_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_CPPFLAGS)
15 src_lib_libtor_sandbox_testing_a_CFLAGS = $(AM_CFLAGS) $(TEST_CFLAGS)
17 # ADD_C_FILE: INSERT HEADERS HERE.
18 noinst_HEADERS +=                                       \
19         src/lib/sandbox/linux_syscalls.inc              \
20         src/lib/sandbox/sandbox.h