diff options
author | Brian Paul <[email protected]> | 2010-04-05 17:33:12 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-04-05 17:33:12 -0600 |
commit | 1fdedf067d098449d92fd68c9986e73a6ecdbf71 (patch) | |
tree | 57a406b8af3c96c61ed48d495977e235fe41ac0a /Makefile | |
parent | 7fc3a766c05f0b7fc6d809269b1de12ad4c4e81a (diff) |
mesa: added Makefile.egl to GALLIUM_FILES
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |