XQuartz: Compile in missing glx source that we still need

This commit is contained in:
Jeremy Huddleston 2008-04-24 18:21:42 -07:00
parent c9356f3289
commit c611335dee

View File

@ -47,7 +47,12 @@ libglxdri_la_SOURCES = \
extension_string.c \
extension_string.h
#if XQUARTZ
XQUARTZ_libglx_la_SOURCES = glcontextmodes.c
#endif
libglx_la_SOURCES = \
$(XQUARTZ_libglx_la_SOURCES) \
g_disptab.h \
glxbyteorder.h \
glxcmds.c \