diff options
author | Brian Paul <[email protected]> | 2008-05-28 15:21:52 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-05-28 15:21:52 -0600 |
commit | cf3c7d74ccee8e21ebfa04159ab64fec3b989d83 (patch) | |
tree | 9158d4e0a6afbf0bcdb3138642e7c071319d91c0 /src/egl/main/Makefile | |
parent | 9843c6420d88db0c43b831cf79a3d1872c636225 (diff) |
egl: added egldefines.h
Diffstat (limited to 'src/egl/main/Makefile')
-rw-r--r-- | src/egl/main/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/egl/main/Makefile b/src/egl/main/Makefile index eabfb414501..1c395ec9286 100644 --- a/src/egl/main/Makefile +++ b/src/egl/main/Makefile @@ -10,6 +10,7 @@ HEADERS = \ eglconfig.h \ eglconfigutil.h \ eglcontext.h \ + egldefines.h \ egldisplay.h \ egldriver.h \ eglglobals.h \ |