diff options
author | Henri Verbeet <hverbeet@codeweavers.com> | 2020-02-18 13:53:33 -0600 |
---|---|---|
committer | Jeremy White <jwhite@codeweavers.com> | 2020-02-20 08:31:06 -0600 |
commit | b668cf17ba03e937be3ba21862e375fa42025c19 (patch) | |
tree | 27917cf229300b5d88a6a119ed1d5a1dd4b7ee1b | |
parent | 41378fc24ed0d2409df8ae66d287b405448021a9 (diff) |
Enable warnings for spice-video-dummy.
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
-rw-r--r-- | spice-video-dummy/src/Makefile.am | 2 |
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 |