diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2010-07-28 16:40:43 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2010-07-28 16:45:25 -0400 |
commit | 6849916170c0275c13510251a7b217c20f2b993e (patch) | |
tree | 92e30d9c779f14ca6b0525e7040f399f31f7394d /src/glx/Makefile | |
parent | c491e585e43d48a2aeec96ccc4008da6c443fb42 (diff) |
glx: Split indirect and applegl implementations into different files
Diffstat (limited to 'src/glx/Makefile')
-rw-r--r-- | src/glx/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/glx/Makefile b/src/glx/Makefile index 70def7a2fb..9a22d0c547 100644 --- a/src/glx/Makefile +++ b/src/glx/Makefile @@ -13,6 +13,7 @@ SOURCES = \ glxcurrent.c \ glxext.c \ glxextensions.c \ + indirect_glx.c \ indirect.c \ indirect_init.c \ indirect_size.c \ @@ -37,7 +38,9 @@ SOURCES = \ XF86dri.c \ glxhash.c \ dri2_glx.c \ - dri2.c + dri2.c \ + applegl_glx.c + GLAPI_LIB = $(TOP)/src/mapi/glapi/libglapi.a |