mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-23 20:03:31 +01:00
figured out how to make autoconf a bit less viral
(thanks cherub) svn:r666
This commit is contained in:
parent
faa0f7ffe7
commit
b1d8973990
@ -1,9 +1,11 @@
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
# else it keeps trying to put COPYING back in
|
||||
|
||||
SUBDIRS = src doc
|
||||
|
||||
DIST_SUBDIRS = src doc
|
||||
|
||||
EXTRA_DIST = LICENSE
|
||||
EXTRA_DIST = INSTALL README AUTHORS LICENSE
|
||||
|
||||
#install-data-local:
|
||||
# $(INSTALL) -m 755 -d $(LOCALSTATEDIR)/lib/tor
|
||||
|
Loading…
Reference in New Issue
Block a user