summaryrefslogtreecommitdiff
path: root/saa/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'saa/Makefile.am')
-rw-r--r--saa/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/saa/Makefile.am b/saa/Makefile.am
index 849ced9..48c9734 100644
--- a/saa/Makefile.am
+++ b/saa/Makefile.am
@@ -1,3 +1,5 @@
+
+if BUILD_VMWGFX
noinst_LTLIBRARIES = libsaa.la
libsaa_la_CFLAGS = $(CWARNFLAGS) $(XORG_CFLAGS)
@@ -10,4 +12,4 @@ libsaa_la_SOURCES = \
saa_render.c \
saa_accel.c \
saa.h
-
+endif