summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2009-11-07 19:34:12 +0000
committerJon TURNEY <jon.turney@dronecode.org.uk>2010-08-13 15:15:28 +0100
commit27487d787a573d2c8c9c69d5a5d4c75f637fa697 (patch)
tree7d07209d4e75f1f494ddf01d1d5c04ce03547e34
parent948070362c205e9c79cb462c8e3782bb09632b26 (diff)
Move GLX extension string utility functions into the GLX extension
This way other DDX which don't have DRI can use them I don't think this can generate ABI problems with the DRI1 loader, but what do I know... Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Signed-off-by: Kristian Høgsberg <krh@bitplane.net>
-rw-r--r--glx/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/glx/Makefile.am b/glx/Makefile.am
index 9d9fa3c31..dcf44c796 100644
--- a/glx/Makefile.am
+++ b/glx/Makefile.am
@@ -50,9 +50,7 @@ glapi_sources = \
glthread.h
libglxdri_la_SOURCES = \
- glxdri.c \
- extension_string.c \
- extension_string.h
+ glxdri.c
if DRI2_AIGLX
libglxdri_la_SOURCES += glxdri2.c
@@ -63,6 +61,8 @@ libglxdri_la_LIBADD = $(DLOPEN_LIBS)
libglx_la_SOURCES = \
$(indirect_sources) \
$(glapi_sources) \
+ extension_string.c \
+ extension_string.h \
indirect_util.c \
indirect_util.h \
indirect_program.c \