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 /contrib/Makefile.am | |
parent | 4f6cf727b9af6070ed6db02f8be5e17057a04a60 (diff) | |
download | tor-a1503f667ef8b4eeaab81b0c50f273026ca4474a.tar tor-a1503f667ef8b4eeaab81b0c50f273026ca4474a.tar.gz |
Integrate jbash's RPM spec into build process. (Requires "rpmbuild" to
build properly. Works fine on redhat 9. YMMV.)
svn:r1199
Diffstat (limited to 'contrib/Makefile.am')
-rw-r--r-- | contrib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am index e53f5d739..d4a7a077a 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -1,6 +1,6 @@ confdir = $(sysconfdir)/tor -EXTRA_DIST = tor-tsocks.conf torify.1 +EXTRA_DIST = tor-tsocks.conf torify.1 tor.spec conf_DATA = tor-tsocks.conf |