diff options
author | Stewart Smith <stewart@flamingspork.com> | 2012-08-03 00:19:58 +1000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-08-09 11:03:47 -0400 |
commit | e612179e09d88b4b1da3c2d046a19c8652e279a1 (patch) | |
tree | 8c5ba69ef8cb7ab8ea2b1f1b7e840ff9259e16e8 /Makefile.am | |
parent | 2a4a1496241d6c4183763f90600be4775ccb5470 (diff) | |
download | tor-e612179e09d88b4b1da3c2d046a19c8652e279a1.tar.gz tor-e612179e09d88b4b1da3c2d046a19c8652e279a1.zip |
add subdir-objects to AUTOMAKE_OPTIONS, this builds object files in subdirs with non-recursive make
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 819795c5d0..de7e837f82 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= |