ACK.

On Wed, Apr 01, 2015 at 01:58:59PM +0200, Marc-André Lureau wrote:
> ---
>  src/Makefile.am | 12 +++++++++---
>  1 file changed, 9 insertions(+), 3 deletions(-)
> 
> diff --git a/src/Makefile.am b/src/Makefile.am
> index ca4c02b..a327d42 100644
> --- a/src/Makefile.am
> +++ b/src/Makefile.am
> @@ -25,9 +25,15 @@
>  # _ladir passes a dummy rpath to libtool so the thing will actually link
>  # TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc.
>  
> -SUBDIRS=uxa spiceccid
> +SUBDIRS = uxa spiceccid
>  
> -AM_CFLAGS = $(SPICE_PROTOCOL_CFLAGS) $(XORG_CFLAGS) $(PCIACCESS_CFLAGS) 
> $(CWARNFLAGS) $(DRM_CFLAGS) @LIBUDEV_CFLAGS@
> +AM_CFLAGS =                                  \
> +     $(SPICE_PROTOCOL_CFLAGS)                \
> +     $(XORG_CFLAGS)                          \
> +     $(PCIACCESS_CFLAGS)                     \
> +     $(CWARNFLAGS)                           \
> +     $(DRM_CFLAGS)                           \
> +     @LIBUDEV_CFLAGS@
>  
>  if BUILD_QXL
>  qxl_drv_la_LTLIBRARIES = qxl_drv.la
> @@ -63,7 +69,7 @@ qxl_drv_la_SOURCES =                        \
>       qxl_kms.c                       \
>       qxl_drmmode.c                   \
>       qxl_drmmode.h                   \
> -     compat-api.h 
> +     compat-api.h
>  endif
>  
>  if BUILD_XSPICE
> -- 
> 2.1.0
> 
> _______________________________________________
> Spice-devel mailing list
> [email protected]
> http://lists.freedesktop.org/mailman/listinfo/spice-devel

Attachment: pgp2XoURSGYe_.pgp
Description: PGP signature

_______________________________________________
Spice-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to