summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenri Verbeet <hverbeet@codeweavers.com>2020-02-18 13:53:33 -0600
committerJeremy White <jwhite@codeweavers.com>2020-02-20 08:31:06 -0600
commitb668cf17ba03e937be3ba21862e375fa42025c19 (patch)
tree27917cf229300b5d88a6a119ed1d5a1dd4b7ee1b
parent41378fc24ed0d2409df8ae66d287b405448021a9 (diff)
Enable warnings for spice-video-dummy.
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
-rw-r--r--spice-video-dummy/src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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