[tor-commits] [tor/master] add subdir-objects to AUTOMAKE_OPTIONS, this builds object files in subdirs with non-recursive make

nickm at torproject.org nickm at torproject.org
Mon Aug 27 14:34:49 UTC 2012


commit e612179e09d88b4b1da3c2d046a19c8652e279a1
Author: Stewart Smith <stewart at flamingspork.com>
Date:   Fri Aug 3 00:19:58 2012 +1000

    add subdir-objects to AUTOMAKE_OPTIONS, this builds object files in subdirs with non-recursive make
---
 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 819795c..de7e837 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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=





More information about the tor-commits mailing list