[libvirt] [PATCH v1 00/16] Start to modularize src/Makefile.am

2018-02-22 Thread Daniel P . Berrangé
The src/Makefile.am is quite large and has quite poor grouping of rules / variables / etc. This makes it increasingly hard to identify all the rules relating to a particular area of code. Traditionally one might create Makefile.am's in each sub-directory and let make recurse into each. Recursive m

Re: [libvirt] [PATCH v1 00/16] Start to modularize src/Makefile.am

2018-02-23 Thread Michal Privoznik
On 02/22/2018 01:56 PM, Daniel P. Berrangé wrote: > The src/Makefile.am is quite large and has quite poor grouping of rules > / variables / etc. This makes it increasingly hard to identify all the > rules relating to a particular area of code. > > Traditionally one might create Makefile.am's in ea