mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
223fc208f6
Having very long single lines with lots and lots of things in them tends to make files hard to diff and hard to merge. Since our tools are one-line-at-a-time, we should try to construct lists that way too, within reason. This incidentally turned up a few headers in configure.in that we were for some reason searching for twice.
24 lines
368 B
Makefile
24 lines
368 B
Makefile
SUBDIRS = suse
|
|
DIST_SUBDIRS = suse
|
|
|
|
confdir = $(sysconfdir)/tor
|
|
|
|
EXTRA_DIST = \
|
|
cross.sh \
|
|
exitlist \
|
|
linux-tor-prio.sh \
|
|
package_nsis-mingw.sh \
|
|
rc.subr \
|
|
tor-ctrl.sh \
|
|
tor-exit-notice.html \
|
|
tor-mingw.nsi.in \
|
|
tor-tsocks.conf \
|
|
tor.ico \
|
|
tor.nsi.in \
|
|
tor.sh \
|
|
torctl
|
|
|
|
conf_DATA = tor-tsocks.conf
|
|
|
|
bin_SCRIPTS = torify
|