Fixup: Install eglew.h too

This commit is contained in:
Nigel Stewart 2021-01-10 11:13:03 +10:00
parent 107ab7f6e9
commit 0fa5d11024
1 changed files with 1 additions and 0 deletions

View File

@ -236,6 +236,7 @@ install.include:
$(INSTALL) -m 0644 include/GL/wglew.h "$(DESTDIR)$(INCDIR)/"
$(INSTALL) -m 0644 include/GL/glew.h "$(DESTDIR)$(INCDIR)/"
$(INSTALL) -m 0644 include/GL/glxew.h "$(DESTDIR)$(INCDIR)/"
$(INSTALL) -m 0644 include/GL/eglew.h "$(DESTDIR)$(INCDIR)/"
install.pkgconfig: glew.pc
$(INSTALL) -d -m 0755 "$(DESTDIR)$(PKGDIR)"