glx/apple: Add headers to distribution.
authorMatt Turner <mattst88@gmail.com>
Sun, 7 Dec 2014 21:24:28 +0000 (13:24 -0800)
committerMatt Turner <mattst88@gmail.com>
Fri, 12 Dec 2014 20:11:49 +0000 (12:11 -0800)
src/glx/apple/Makefile.am

index 894ab5b3c78b53f081985426e4ab0a2667b07537..192247b49272e812bd8fb35b15e0c06e85a28ec7 100644 (file)
@@ -15,19 +15,28 @@ AM_CFLAGS = \
 
 libappleglx_la_SOURCES = \
        apple_cgl.c \
+       apple_cgl.h \
+       appledri.c \
+       appledri.h \
+       appledristr.h \
        apple_glapi.c \
        apple_glx.c \
        apple_glx_context.c \
+       apple_glx_context.h \
        apple_glx_drawable.c \
+       apple_glx_drawable.h \
+       apple_glx.h \
        apple_glx_log.c \
+       apple_glx_log.h \
        apple_glx_pbuffer.c \
        apple_glx_pixmap.c \
        apple_glx_surface.c \
        apple_visual.c \
+       apple_visual.h \
+       apple_xgl_api.h \
        apple_xgl_api_read.c \
        apple_xgl_api_stereo.c \
        apple_xgl_api_viewport.c \
-       appledri.c \
        glx_empty.c
 
 libappleglx_la_LDFLAGS = -lXplugin -framework ApplicationServices -framework CoreFoundation