diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-01-20 23:21:04 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-01-20 23:21:04 +0100 |
commit | 7f08437bd8a4452b42a0ed68eea5e4b59c3f93d5 (patch) | |
tree | fa930b04622e5cc31caf427ce9f079f3c9e74322 /Makefile.am | |
parent | 2e87ca8f52048719bc37b4c7d3360e643f80c935 (diff) |
gnu: Add Tor.
* gnu/packages/tor.scm: New file.
* Makefile.am (MODULES): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 950665aa09..5e3114dc5c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -122,6 +122,7 @@ MODULES = \ gnu/packages/tcl.scm \ gnu/packages/texinfo.scm \ gnu/packages/time.scm \ + gnu/packages/tor.scm \ gnu/packages/wget.scm \ gnu/packages/which.scm \ gnu/packages/xml.scm \ |