From 6849916170c0275c13510251a7b217c20f2b993e Mon Sep 17 00:00:00 2001 From: Kristian Høgsberg Date: Wed, 28 Jul 2010 16:40:43 -0400 Subject: glx: Split indirect and applegl implementations into different files --- src/glx/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/glx/Makefile') 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 -- cgit v1.2.3