diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-27 09:48:26 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-27 10:04:17 -0400 |
commit | bee580ddbaabcd8d6066761cce385c00d75dd2c5 (patch) | |
tree | 8d1f192dffd16cdec221e3b9994f44009c114158 /src/common/include.am | |
parent | d893be190fc244330543c9e98613a3f0daebc6ed (diff) | |
download | tor-bee580ddbaabcd8d6066761cce385c00d75dd2c5.tar.gz tor-bee580ddbaabcd8d6066761cce385c00d75dd2c5.zip |
Move sandbox code into a new library.
Diffstat (limited to 'src/common/include.am')
-rw-r--r-- | src/common/include.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/include.am b/src/common/include.am index 56666b87f2..c8be3658e9 100644 --- a/src/common/include.am +++ b/src/common/include.am @@ -41,7 +41,6 @@ LIBOR_A_SRC = \ src/common/util.c \ src/common/util_format.c \ src/common/util_process.c \ - src/common/sandbox.c \ src/common/storagedir.c \ src/common/token_bucket.c \ src/common/workqueue.c \ @@ -84,9 +83,7 @@ COMMONHEADERS = \ src/common/confline.h \ src/common/handles.h \ src/common/memarea.h \ - src/common/linux_syscalls.inc \ src/common/procmon.h \ - src/common/sandbox.h \ src/common/storagedir.h \ src/common/timers.h \ src/common/token_bucket.h \ |