diff options
author | Kristian Høgsberg <[email protected]> | 2007-04-29 15:05:02 -0400 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2007-10-05 00:09:23 -0400 |
commit | 4ceefccbfa180d19e27716bf7f282d0438ac34bd (patch) | |
tree | 9e86d0b654e223ed1a1eda81b6d9da3177980413 /src/glx/x11/Makefile | |
parent | 77e0523fb7769df4bf43747e136b1653b2421b97 (diff) |
Pull in the drm hash.
Diffstat (limited to 'src/glx/x11/Makefile')
-rw-r--r-- | src/glx/x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/glx/x11/Makefile b/src/glx/x11/Makefile index 9f0943a1466..00a568cdbcb 100644 --- a/src/glx/x11/Makefile +++ b/src/glx/x11/Makefile @@ -31,7 +31,8 @@ SOURCES = \ glx_query.c \ glx_texture_compression.c \ dri_glx.c \ - XF86dri.c + XF86dri.c \ + glxhash.c include $(TOP)/src/mesa/sources |