[Spice-devel] [PATCH xf86-qxl 1/3] build-sys: misc aligning and trailing ws

Marc-André Lureau marcandre.lureau at redhat.com
Wed Apr 1 04:58:59 PDT 2015


---
 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



More information about the Spice-devel mailing list