libglvnd/include/Makefile.am
Kyle Brenneman ec97db7746 Install the public header files.
Two header files (libglxabi.h and GLdispatchABI.h) are public -- intended to be
used by vendor libraries, while the other headers are all internal to libglvnd.

Move the public header files to a new directory, include/glvnd.

Add a makefile so that the public headers are installed by make install.
2016-01-13 16:04:40 -07:00

8 lines
93 B
Makefile

nobase_include_HEADERS = \
glvnd/GLdispatchABI.h \
glvnd/libglxabi.h
noinst_HEADERS = .