[Spice-devel] [PATCH x11spice 4/8] Enable warnings for spice-video-dummy.
Henri Verbeet
hverbeet at codeweavers.com
Tue Feb 18 19:53:33 UTC 2020
Signed-off-by: Henri Verbeet <hverbeet 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 6befa46..1dc4df8 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.11.0
More information about the Spice-devel
mailing list