diff options
author | Peter Palfrader <peter@palfrader.org> | 2004-08-06 19:54:29 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2004-08-06 19:54:29 +0000 |
commit | 0430b4c5a0cd5dfeeb24515c0f1b8a6193e8a951 (patch) | |
tree | 5786a07a772385f5a6dfe4614b3d059f953112fc /configure.in | |
parent | 2ff6d6d8b94140a20a8ef6c8a1f7155ef85d275b (diff) | |
download | tor-0430b4c5a0cd5dfeeb24515c0f1b8a6193e8a951.tar.gz tor-0430b4c5a0cd5dfeeb24515c0f1b8a6193e8a951.zip |
Move design-paper into its own directory, and ship it and all that is needed to build with it in the tarball
svn:r2163
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index a1b1ffaffb..3b2470ea51 100644 --- a/configure.in +++ b/configure.in @@ -220,5 +220,5 @@ AC_SUBST(LOCALSTATEDIR) echo "confdir: $CONFDIR" -AC_OUTPUT(Makefile contrib/tor.sh contrib/torify contrib/Makefile src/config/torrc.sample doc/tor.1 src/Makefile doc/Makefile src/config/Makefile src/common/Makefile src/or/Makefile) +AC_OUTPUT(Makefile contrib/tor.sh contrib/torify contrib/Makefile src/config/torrc.sample doc/tor.1 src/Makefile doc/Makefile doc/design-paper/Makefile src/config/Makefile src/common/Makefile src/or/Makefile) |