diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2009-09-01 11:57:40 -0700 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2009-09-01 11:57:40 -0700 |
commit | a7417cb18899bd310ea94bb1ce57d14f75a0cf4e (patch) | |
tree | e6579d80f9eb92e0dfe0086deb1d198fc27e6fe0 | |
parent | 9b64ba58b050723f40c3751b2ff7630fcbe93517 (diff) |
Add syncobj.c to SConscript
-rw-r--r-- | src/mesa/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/SConscript b/src/mesa/SConscript index 9ffc15eeb7..71f512810c 100644 --- a/src/mesa/SConscript +++ b/src/mesa/SConscript @@ -84,6 +84,7 @@ if env['platform'] != 'winddk': 'main/shared.c', 'main/state.c', 'main/stencil.c', + 'main/syncobj.c', 'main/texcompress.c', 'main/texcompress_s3tc.c', 'main/texcompress_fxt1.c', |