mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
add subdir-objects to AUTOMAKE_OPTIONS, this builds object files in subdirs with non-recursive make
This commit is contained in:
committed by
Nick Mathewson
parent
2a4a149624
commit
e612179e09
+1
-1
@@ -5,7 +5,7 @@
|
||||
|
||||
# "foreign" means we don't follow GNU package layout standards
|
||||
# 1.7 means we require automake vesion 1.7
|
||||
AUTOMAKE_OPTIONS = foreign 1.7
|
||||
AUTOMAKE_OPTIONS = foreign 1.7 subdir-objects
|
||||
|
||||
noinst_LIBRARIES=
|
||||
EXTRA_DIST=
|
||||
|
||||
Reference in New Issue
Block a user