On Thu, 21 Feb 2019 13:51:30 -0600
Eric Blake wrote:
> Adding the automake list, since that is the impacted project:
>
> On 2/21/19 1:05 PM, Carlo Wood wrote:
> > Hi,
> >
> > I'm using a Makefile.am that has an include, like so:
> >
> > ---begin of Makefile.am---
> > include $(srcdir)/cwm4/roo
Adding the automake list, since that is the impacted project:
On 2/21/19 1:05 PM, Carlo Wood wrote:
> Hi,
>
> I'm using a Makefile.am that has an include, like so:
>
> ---begin of Makefile.am---
> include $(srcdir)/cwm4/root_makefile_top.am
>
> SUBDIRS = googletest @CW_SUBDIRS@ src
>
> inclu