summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 271579f4ca6f2e29a30edb05fa7e94d4c0ac9474 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Avoiding $(libdir) because Debian does not put it under /usr/lib
methodsdir = $(prefix)/lib/apt/methods

methods_PROGRAMS = tor
tor_SOURCES = tor.cc tor.h server.cc server.h apti18n.h

install-data-hook:
	cd $(DESTDIR)$(methodsdir) && \
	  $(LN_S) tor tor+https && \
	  $(LN_S) tor tor+http

EXTRA_DIST = README.md