From: Brian Paul Date: Tue, 24 Feb 2009 23:17:44 +0000 (-0700) Subject: mesa: add EGL headers to tarball list X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=70bebf8863264a8c9effc347e12a215583fd10c3;p=mesa.git mesa: add EGL headers to tarball list --- diff --git a/Makefile b/Makefile index af1c52866e8..70f6a2b78d5 100644 --- a/Makefile +++ b/Makefile @@ -298,6 +298,7 @@ MAIN_FILES = \ $(DIRECTORY)/windows/VC8/ EGL_FILES = \ + $(DIRECTORY)/include/EGL/*.h \ $(DIRECTORY)/src/egl/Makefile \ $(DIRECTORY)/src/egl/*/Makefile \ $(DIRECTORY)/src/egl/*/*.[ch] \