From: Brian Paul Date: Mon, 5 Apr 2010 23:33:12 +0000 (-0600) Subject: mesa: added Makefile.egl to GALLIUM_FILES X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1fdedf067d098449d92fd68c9986e73a6ecdbf71;p=mesa.git mesa: added Makefile.egl to GALLIUM_FILES --- diff --git a/Makefile b/Makefile index 38b53e99464..411130bc272 100644 --- a/Makefile +++ b/Makefile @@ -321,6 +321,7 @@ GALLIUM_FILES = \ $(DIRECTORY)/src/gallium/Makefile.template \ $(DIRECTORY)/src/gallium/SConscript \ $(DIRECTORY)/src/gallium/targets/Makefile.dri \ + $(DIRECTORY)/src/gallium/targets/Makefile.egl \ $(DIRECTORY)/src/gallium/*/Makefile \ $(DIRECTORY)/src/gallium/*/SConscript \ $(DIRECTORY)/src/gallium/*/*/Makefile \