commit | 396a9bb99567447b713ac4aca7342272b93dc831 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Fri Jan 31 23:49:33 2014 -0800 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Fri Jan 31 23:49:33 2014 -0800 |
tree | 3637daa3f606e8ff220decb4ac97e751aa3ab686 | |
parent | a72d37566780ab8abab235cd21817733962cb1e1 [diff] |
build: Use subdir-objects automake option This makes automake place the object files in the same subdir as the source file. For a recursive build system as we have now, there's no difference, but with a non-recursive build system it means that the object files don't all end up in the toplevel directory.