diff options
author | Ian Romanick <idr@umwelt.(none)> | 2006-08-23 13:30:13 -0700 |
---|---|---|
committer | Ian Romanick <idr@umwelt.(none)> | 2006-08-23 13:30:13 -0700 |
commit | d7a7f12361d31001bbd9394a57de029ef0b934b8 (patch) | |
tree | 77897e930a8d1e48e8f1c5a7b55ddc71e0a9ad82 /GL/glx/Makefile.am | |
parent | db82e12fac5eaa16a39fc1bd0bc31ad95089dc95 (diff) |
Convert protocol decode tables for Single, VendorPrivate, and
VendorPrivateWithReply message to use nice, compact N-way search trees
generated by scripts in Mesa.
The Render protocol decode tables are next...
Diffstat (limited to 'GL/glx/Makefile.am')
-rw-r--r-- | GL/glx/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/GL/glx/Makefile.am b/GL/glx/Makefile.am index 1d4a9865d..2bb694345 100644 --- a/GL/glx/Makefile.am +++ b/GL/glx/Makefile.am @@ -61,6 +61,8 @@ libglx_la_SOURCES = \ indirect_reqsize.h \ indirect_size_get.c \ indirect_size_get.h \ + indirect_table.c \ + indirect_table.h \ indirect_util.c \ indirect_util.h \ render2.c \ |