diff options
author | Matt Turner <[email protected]> | 2014-12-07 13:24:28 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2014-12-12 12:11:49 -0800 |
commit | 7a26c824890b6a84ce973723994c6e9be25bb7e8 (patch) | |
tree | e6871733c99c8f7290c843e9b17cf4b0895d5427 /src/glx | |
parent | a267212a4d2cad366f6e90500e81840028246b2a (diff) |
glx/apple: Add headers to distribution.
Diffstat (limited to 'src/glx')
-rw-r--r-- | src/glx/apple/Makefile.am | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/glx/apple/Makefile.am b/src/glx/apple/Makefile.am index 894ab5b3c78..192247b4927 100644 --- a/src/glx/apple/Makefile.am +++ b/src/glx/apple/Makefile.am @@ -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 |