diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-03-02 19:09:30 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-03-02 19:09:30 +0000 |
commit | a1503f667ef8b4eeaab81b0c50f273026ca4474a (patch) | |
tree | ac31a100c0afd73f2b2e4c29ba86671f2faf9ae0 /configure.in | |
parent | 4f6cf727b9af6070ed6db02f8be5e17057a04a60 (diff) | |
download | tor-a1503f667ef8b4eeaab81b0c50f273026ca4474a.tar.gz tor-a1503f667ef8b4eeaab81b0c50f273026ca4474a.zip |
Integrate jbash's RPM spec into build process. (Requires "rpmbuild" to
build properly. Works fine on redhat 9. YMMV.)
svn:r1199
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 e536eced47..27c99736a4 100644 --- a/configure.in +++ b/configure.in @@ -184,5 +184,5 @@ AC_SUBST(LOCALSTATEDIR) echo "confdir: $CONFDIR" -AC_OUTPUT(Makefile contrib/tor.sh contrib/torify contrib/Makefile src/config/torrc 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 contrib/tor.spec src/config/torrc doc/tor.1 src/Makefile doc/Makefile src/config/Makefile src/common/Makefile src/or/Makefile) |