diff options
author | Roger Dingledine <arma@torproject.org> | 2013-07-13 20:31:18 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2013-07-13 20:31:18 -0400 |
commit | de7cdc0d94075f212c3f51d8ec7ae4e05cc2ba7c (patch) | |
tree | e0ed4aef8175353f300b5b722df2b30f88fe6f8a /src/common/include.am | |
parent | aac732322ae132a1659ecbd4039c7d017ddc3d20 (diff) | |
download | tor-de7cdc0d94075f212c3f51d8ec7ae4e05cc2ba7c.tar.gz tor-de7cdc0d94075f212c3f51d8ec7ae4e05cc2ba7c.zip |
put sandbox.h in the tarball, so the tarball builds
Diffstat (limited to 'src/common/include.am')
-rw-r--r-- | src/common/include.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/include.am b/src/common/include.am index 8c32a21778..c3ccf96a65 100644 --- a/src/common/include.am +++ b/src/common/include.am @@ -75,6 +75,7 @@ COMMONHEADERS = \ src/common/memarea.h \ src/common/mempool.h \ src/common/procmon.h \ + src/common/sandbox.h \ src/common/torgzip.h \ src/common/torint.h \ src/common/torlog.h \ |