diff options
| author | Brian Paul <brian.paul@tungstengraphics.com> | 2005-11-23 01:37:30 +0000 |
|---|---|---|
| committer | Brian Paul <brian.paul@tungstengraphics.com> | 2005-11-23 01:37:30 +0000 |
| commit | f049ca4e33e0e5d06223a1c05815bc564b4bf06e (patch) | |
| tree | 18fde934dd1fd60a2decf47ce2629021615c20f8 /src/egl/main/Makefile | |
| parent | 9bcc9e91745a6125f31d127410ac38e99660da67 (diff) | |
New _eglLog() function to replace fprintf/printf calls for debug/info.
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 4bb1ffc9e8..45a4fb39b8 100644 --- a/src/egl/main/Makefile +++ b/src/egl/main/Makefile @@ -12,6 +12,7 @@ HEADERS = \ egldisplay.h \ egldriver.h \ eglglobals.h \ + egllog.h \ eglhash.h \ eglmode.h \ eglscreen.h \ @@ -24,6 +25,7 @@ SOURCES = \ egldisplay.c \ egldriver.c \ eglglobals.c \ + egllog.c \ eglhash.c \ eglmode.c \ eglscreen.c \ |
