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

27 Aug
2012
27 Aug
'12
2:34 p.m.
commit e612179e09d88b4b1da3c2d046a19c8652e279a1 Author: Stewart Smith <stewart@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=
4652
Age (days ago)
4652
Last active (days ago)
0 comments
1 participants
participants (1)
-
nickm@torproject.org