diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-05-27 16:57:49 -0600 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-05-27 16:57:49 -0600 |
commit | a772bbb16ec91a8714a498e8089f96f45730153c (patch) | |
tree | 88cca0912c969c9c5e4267846d03b3cdf727b4c9 /src/egl/main/Makefile | |
parent | 07e92b174214e6bdaa22eecc0ed87cf1dbc8fc10 (diff) |
Move some config-related utility functions into new eglconfigutil.c file.
Diffstat (limited to 'src/egl/main/Makefile')
-rw-r--r-- | src/egl/main/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/egl/main/Makefile b/src/egl/main/Makefile index 0efcd4e605..4fb0344e63 100644 --- a/src/egl/main/Makefile +++ b/src/egl/main/Makefile @@ -8,6 +8,7 @@ INCLUDE_DIRS = -I$(TOP)/include -I$(TOP)/src/mesa/glapi HEADERS = \ eglconfig.h \ + eglconfigutil.h \ eglcontext.h \ egldisplay.h \ egldriver.h \ @@ -22,6 +23,7 @@ HEADERS = \ SOURCES = \ eglapi.c \ eglconfig.c \ + eglconfigutil.c \ eglcontext.c \ egldisplay.c \ egldriver.c \ |