summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-04-05 17:33:12 -0600
committerBrian Paul <brianp@vmware.com>2010-04-05 17:33:12 -0600
commit1fdedf067d098449d92fd68c9986e73a6ecdbf71 (patch)
tree57a406b8af3c96c61ed48d495977e235fe41ac0a /Makefile
parent7fc3a766c05f0b7fc6d809269b1de12ad4c4e81a (diff)
mesa: added Makefile.egl to GALLIUM_FILES
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 38b53e9946..411130bc27 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 \