[Spice-devel] [PATCH x11spice 04/10] Enable warnings for spice-video-dummy.
Jeremy White
jwhite at codeweavers.com
Mon Sep 16 19:13:27 UTC 2019
From: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Jeremy White <jwhite at codeweavers.com>
---
spice-video-dummy/src/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/spice-video-dummy/src/Makefile.am b/spice-video-dummy/src/Makefile.am
index 6befa46b..1dc4df8e 100644
--- a/spice-video-dummy/src/Makefile.am
+++ b/spice-video-dummy/src/Makefile.am
@@ -25,7 +25,7 @@
# _ladir passes a dummy rpath to libtool so the thing will actually link
# TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc.
-AM_CFLAGS = $(XORG_CFLAGS) $(PCIACCESS_CFLAGS)
+AM_CFLAGS = $(BASE_CFLAGS) $(XORG_CFLAGS) $(PCIACCESS_CFLAGS)
spicedummy_drv_la_LTLIBRARIES = spicedummy_drv.la
spicedummy_drv_la_LDFLAGS = -module -avoid-version
--
2.20.1
More information about the Spice-devel
mailing list