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-03 11:22:47 -0700 |
commit | 18d3409571eaf78a93430d6d107c54cf79807213 (patch) | |
tree | 0d5432e6d5d5548ad2cc46d3bd73978371dd35b6 | |
parent | 6af24b6b03a2ce8300c7ae78fd06c6b1edd02017 (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 6617c9dbe5..cad5676320 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', |