summaryrefslogtreecommitdiff
path: root/src/common/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-27 09:48:26 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-27 10:04:17 -0400
commitbee580ddbaabcd8d6066761cce385c00d75dd2c5 (patch)
tree8d1f192dffd16cdec221e3b9994f44009c114158 /src/common/include.am
parentd893be190fc244330543c9e98613a3f0daebc6ed (diff)
downloadtor-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.am3
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 \