diff options
| author | Tim Retout <tim@retout.co.uk> | 2014-07-18 18:33:00 +0100 |
|---|---|---|
| committer | Tim Retout <tim@retout.co.uk> | 2014-07-18 19:25:00 +0100 |
| commit | 67d013f84c33a2a71fc237c0cfca99fe84b330a2 (patch) | |
| tree | 1ca34a5ccbb822033f463ac42cd8cdf5f0a80fc7 /Makefile.am | |
| parent | 163ffa7c4a7529ce257df72b1be392a0c0a32443 (diff) | |
Re-enable HTTPS support, with "tor+https://" URLs
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e419b94..668c13c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,6 +6,7 @@ tor_SOURCES = tor.cc tor.h server.cc server.h apti18n.h install-exec-hook: cd $(DESTDIR)$(methodsdir) && \ + $(LN_S) tor tor+https && \ $(LN_S) tor tor+http EXTRA_DIST = README.md |
