summaryrefslogtreecommitdiffstats
path: root/server/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'server/Makefile.am')
-rw-r--r--server/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/Makefile.am b/server/Makefile.am
index cd4686a3..826659e9 100644
--- a/server/Makefile.am
+++ b/server/Makefile.am
@@ -130,14 +130,14 @@ libspice_server_la_SOURCES = \
pixmap-cache.c \
$(NULL)
-if SUPPORT_GL
+if HAVE_GL
libspice_server_la_SOURCES += \
reds_gl_canvas.c \
reds_gl_canvas.h \
$(NULL)
endif
-if SUPPORT_SMARTCARD
+if HAVE_SMARTCARD
libspice_server_la_SOURCES += \
smartcard.c \
smartcard.h \