mirror of
https://github.com/X11Libre/xf86-video-vmware.git
synced 2026-03-23 17:19:24 +00:00
Due to following commit in xserver there were build warnings, as variables now declared const. d89b42bda46d36fc0879611cc3b3566957ce36d0 e1e01d2e33c632e395d7e396f73fba8ae606b15a Added a compat header file. Signed-off-by: Deepak Rawat <drawat@vmware.com> Reviewed-by: Brian Paul <brianp@vmware.com> Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>:q
16 lines
267 B
Makefile
16 lines
267 B
Makefile
|
|
if BUILD_VMWGFX
|
|
noinst_LTLIBRARIES = libsaa.la
|
|
|
|
libsaa_la_CFLAGS = $(CWARNFLAGS) $(XORG_CFLAGS) -I$(top_srcdir)/src
|
|
libsaa_la_LDFLAGS = -static
|
|
libsaa_la_SOURCES = \
|
|
saa.c \
|
|
saa_pixmap.c \
|
|
saa_unaccel.c \
|
|
saa_priv.h \
|
|
saa_render.c \
|
|
saa_accel.c \
|
|
saa.h
|
|
endif
|