[libvirt] [PATCH 0/4] build: use subdir-objects

Michal Privoznik mprivozn at redhat.com
Tue Sep 10 09:58:40 UTC 2013


On 09.09.2013 17:51, Eric Blake wrote:
> Automake 1.14 is annoyingly loud about warning that the future
> automake 2.0 will turn on subdir-objects by default.  Since
> automake 1.9 also supports subdir-objects, the best course of
> action is to enable the feature.  But we have to fix some
> problems before doing so.  Also, I noticed some issues with .x
> files while searching for places that needed fixing.
> 
> Eric Blake (4):
>   build: avoid $(srcdir) in *_SOURCES
>   build: use library rather than cross-directory compilation
>   tests: check remaining .x files
>   build: use automake subdir-objects
> 
>  .gitignore                       |   1 +
>  cfg.mk                           |   3 +-
>  configure.ac                     |   2 +-
>  daemon/Makefile.am               |  55 +++++++++++-----
>  src/Makefile.am                  | 139 +++++++++++++++++++++++----------------
>  src/lock_protocol-structs        |  55 ++++++++++++++++
>  src/lxc_monitor_protocol-structs |  16 +++++
>  tests/Makefile.am                |   4 +-
>  8 files changed, 198 insertions(+), 77 deletions(-)
>  create mode 100644 src/lock_protocol-structs
>  create mode 100644 src/lxc_monitor_protocol-structs
> 

ACK series.

Michal




More information about the libvir-list mailing list