diff options
author | Steven Hazel <sah@freehaven.net> | 2004-02-17 06:40:42 +0000 |
---|---|---|
committer | Steven Hazel <sah@freehaven.net> | 2004-02-17 06:40:42 +0000 |
commit | 08362831b9ebe10a945e6b2cdb487c8f11dbe676 (patch) | |
tree | 284923ccdd7564b8b0799aaf347f3c342ac90159 /contrib/Makefile.am | |
parent | 1801bd75925ff96e0a0c492f9b03f48ca2ccae6a (diff) | |
download | tor-08362831b9ebe10a945e6b2cdb487c8f11dbe676.tar tor-08362831b9ebe10a945e6b2cdb487c8f11dbe676.tar.gz |
this will cause the things in this directory to get installed properly, maybe
svn:r1089
Diffstat (limited to 'contrib/Makefile.am')
-rw-r--r-- | contrib/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am new file mode 100644 index 000000000..20bd463ac --- /dev/null +++ b/contrib/Makefile.am @@ -0,0 +1,9 @@ +confdir = $(sysconfdir)/tor + +EXTRA_DIST = tor-tsocks.conf + +conf_DATA = tor-tsocks.conf + +bin_PROGRAMS = torify + +dist_man_MANS = torify.1 |