Re: [SSSD] Makefile split

2013-11-18 Thread Jakub Hrozek
On Sat, Nov 16, 2013 at 09:38:18AM -0500, Simo Sorce wrote: > On Sat, 2013-11-16 at 13:06 +0100, Lukas Slebodnik wrote: > > ehlo, > > > > We have a very big Makefile.am > > bash$ wc -l Makefile.am > > 2152 Makefile.am > > > > And it will be much bigger, because there is initiative to improve code

Re: [SSSD] Makefile split

2013-11-16 Thread Simo Sorce
On Sat, 2013-11-16 at 13:06 +0100, Lukas Slebodnik wrote: > ehlo, > > We have a very big Makefile.am > bash$ wc -l Makefile.am > 2152 Makefile.am > > And it will be much bigger, because there is initiative to improve code > coverage with unit tests. I have an idea to split current big makefile to

[SSSD] Makefile split

2013-11-16 Thread Lukas Slebodnik
ehlo, We have a very big Makefile.am bash$ wc -l Makefile.am 2152 Makefile.am And it will be much bigger, because there is initiative to improve code coverage with unit tests. I have an idea to split current big makefile to smaller ones. If we want to split Makefile it will have pros and cons. B