Add subdir-objects to Automake options
commit2b4bc7af275eb8c36fb1f989593254a9f41dd5a0
authorPetr Písař <petr.pisar@atlas.cz>
Sun, 26 Apr 2015 12:45:42 +0000 (26 14:45 +0200)
committerPetr Písař <petr.pisar@atlas.cz>
Sun, 26 Apr 2015 13:13:23 +0000 (26 15:13 +0200)
tree374e4b671c7739c5ef570ecf1d6a5e2adcf2771b
parentb34fdec9842d79e5e09cacbfd945f576d1dcbe81
Add subdir-objects to Automake options

Automake 1.14 warns that subdir-objects will be default behaviour in the
future. Because we share code between src and tests, we will be affected.
This patch is an attempt to accomodate.

Please note that Automake 1.13.4 (and other versions probably) misquotes some
internals and creates spurious '$(libdirpath)' subdirectory.  This seems to be
fixed in Automake 1.14.1.
configure.ac