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 <[email protected]>
Signed-off-by: Kristian Høgsberg <[email protected]>
---
 glx/Makefile.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/glx/Makefile.am b/glx/Makefile.am
index 9d9fa3c..dcf44c7 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 \
-- 
1.7.0.4

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to