libglvnd/include/Makefile.am
Kyle Brenneman 652909fbff Some fixes for "make dist"
Don't point nonst_HEADERS or EXTRA_DIST at entire directories. That causes
"make dist" to include files that it shouldn't, such as configured makefiles
and .pyc files.

Also added a few generated header files to noinst_HEADERS.
2018-04-13 16:15:37 -06:00

26 lines
372 B
Makefile

nobase_include_HEADERS = \
glvnd/GLdispatchABI.h \
glvnd/libglxabi.h \
glvnd/libeglabi.h
noinst_HEADERS = \
c99_compat.h \
compiler.h \
glheader.h \
glvnd_list.h \
lkdhash.h \
EGL/egl.h \
EGL/eglext.h \
EGL/eglplatform.h \
GL/gl.h \
GL/glext.h \
GL/glx.h \
GL/glxext.h \
GLES/egl.h \
GLES/gl.h \
GLES/glext.h \
GLES/glplatform.h \
KHR/khrplatform.h