st/glx: Add xm_st.c to SConscript.
authorChia-I Wu <olv@lunarg.com>
Fri, 12 Mar 2010 05:26:18 +0000 (13:26 +0800)
committerChia-I Wu <olv@lunarg.com>
Fri, 12 Mar 2010 05:26:18 +0000 (13:26 +0800)
src/gallium/state_trackers/glx/xlib/SConscript

index bb202351509251ec44a2d203aa335e31c3a5d69b..d6c16ad2f52eb9c965f82e04da79ffc3a3a25743 100644 (file)
@@ -20,6 +20,7 @@ if env['platform'] == 'linux' \
                'glx_getproc.c',
                'glx_usefont.c',
                'xm_api.c',
+               'xm_st.c',
                ]
     )
     Export('st_xlib')