diff options
-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 0000000000..20bd463ac6 --- /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 |