glx: Add headers to distribution.
authorMatt Turner <mattst88@gmail.com>
Sun, 7 Dec 2014 06:57:47 +0000 (22:57 -0800)
committerMatt Turner <mattst88@gmail.com>
Fri, 12 Dec 2014 20:11:48 +0000 (12:11 -0800)
src/glx/Makefile.am

index 94563d61deb9a344a2e87e037e6110a02fd0e5e6..b0b309e733ee5b2210ac2103a5426bd2c5fd3ca4 100644 (file)
@@ -59,24 +59,34 @@ libglx_la_SOURCES = \
        compsize.c \
        create_context.c \
        eval.c \
+       glxclient.h \
        glxcmds.c \
        glxconfig.c \
+       glxconfig.h \
        glxcurrent.c \
        glx_error.c \
+       glx_error.h \
        glxext.c \
        glxextensions.c \
+       glxextensions.h \
        glxhash.c \
+       glxhash.h \
        glx_pbuffer.c \
        glx_query.c \
        indirect.c \
        indirect_glx.c \
        indirect_init.c \
+       indirect_init.h \
        indirect_size.c \
        indirect_texture_compression.c \
        indirect_transpose_matrix.c \
        indirect_vertex_array.c \
+       indirect_vertex_array.h \
+       indirect_vertex_array_priv.h \
        indirect_vertex_program.c \
        indirect_window_pos.c \
+       packrender.h \
+       packsingle.h \
        pixel.c \
        pixelstore.c \
        query_renderer.c \
@@ -90,12 +100,14 @@ libglx_la_LIBADD = $(top_builddir)/src/loader/libloader.la
 
 if HAVE_DRISW
 libglx_la_SOURCES += \
-       drisw_glx.c
+       drisw_glx.c \
+       drisw_priv.h
 endif
 
 if HAVE_DRICOMMON
 libglx_la_SOURCES += \
        dri_common.c \
+       dri_common.h \
        dri_common_query_renderer.c \
        xfont.c
 endif
@@ -104,13 +116,19 @@ if HAVE_DRI2
 libglx_la_SOURCES += \
        dri2.c \
        dri2_glx.c \
+       dri2.h \
+       dri2_priv.h \
        dri_glx.c \
-       XF86dri.c
+       dri_sarea.h \
+       XF86dri.c \
+       xf86dri.h \
+       xf86dristr.h
 endif
 
 if HAVE_DRI3
 libglx_la_SOURCES += \
-          dri3_glx.c
+       dri3_glx.c \
+       dri3_priv.h
 endif
 
 if HAVE_APPLEDRI