[Spice-devel] [PATCH spice-common] Makefile.am: fix .gitignore not being generated in spice-protocol/spice

Alon Levy alevy at redhat.com
Thu Jun 14 05:47:20 PDT 2012


On Thu, Jun 14, 2012 at 08:28:24AM -0400, Marc-André Lureau wrote:
> 
> 
> ----- Mensaje original -----
> > By adding spice-protocol to SUBDIRS configure and make will be called
> > in it.
> >
> > Spotted by Marc-André.
> > ---
> >  Makefile.am |    2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/Makefile.am b/Makefile.am
> > index 28450b4..3b3c88d 100644
> > --- a/Makefile.am
> > +++ b/Makefile.am
> > @@ -1,7 +1,7 @@
> >  NULL =
> >  ACLOCAL_AMFLAGS = -I m4
> >
> > -SUBDIRS = python_modules common
> > +SUBDIRS = python_modules common spice-protocol
> >  DIST_SUBDIRS = spice-protocol $(SUBDIRS)
> 
> Can you check make distcheck? I wonder why I used DIST_SUBDIRS in the first place.
> 

broke it already with spice-protocol/spice/enums.h, thanks for pointing
it out.


More information about the Spice-devel mailing list