build: Use subdir-objects automake option
authorKristian Høgsberg <krh@bitplanet.net>
Sat, 1 Feb 2014 07:49:33 +0000 (23:49 -0800)
committerKristian Høgsberg <krh@bitplanet.net>
Sat, 1 Feb 2014 07:49:33 +0000 (23:49 -0800)
commit396a9bb99567447b713ac4aca7342272b93dc831
tree3637daa3f606e8ff220decb4ac97e751aa3ab686
parenta72d37566780ab8abab235cd21817733962cb1e1
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.
configure.ac
tests/Makefile.am