diff options
author | Chia-I Wu <olvaffe@gmail.com> | 2009-07-16 21:21:51 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-07-17 11:36:45 -0600 |
commit | 8e92ec9fdd58bdfcdef65a995988974d3266b9ad (patch) | |
tree | b19cdfa71f5825eb051d8328b53a3a294ae78325 /src/egl/main/Makefile | |
parent | 9cea84b6b5f96bf3bb42546e49b76024d7126e30 (diff) |
egl: Add eglcompiler.h for compiler features.
Only INLINE (from mesa/main/compiler.h) is defined now. It may be used
to deal with symbol visibility and int/pointer conversion in the future.
Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
Signed-off-by: Brian Paul <brianp@vmware.com>
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 cddba9f088..4034b28e91 100644 --- a/src/egl/main/Makefile +++ b/src/egl/main/Makefile @@ -7,6 +7,7 @@ include $(TOP)/configs/current INCLUDE_DIRS = -I$(TOP)/include -I$(TOP)/src/mesa/glapi HEADERS = \ + eglcompiler.h \ eglconfig.h \ eglconfigutil.h \ eglcontext.h \ |