[Spice-devel] [PATCH spice-common] Makefile.am: fix .gitignore not being generated in spice-protocol/spice
Marc-André Lureau
mlureau at redhat.com
Thu Jun 14 05:28:24 PDT 2012
----- 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.
More information about the Spice-devel
mailing list