summaryrefslogtreecommitdiff
path: root/src/egl/main/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-11-23 01:37:30 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-11-23 01:37:30 +0000
commitf049ca4e33e0e5d06223a1c05815bc564b4bf06e (patch)
tree18fde934dd1fd60a2decf47ce2629021615c20f8 /src/egl/main/Makefile
parent9bcc9e91745a6125f31d127410ac38e99660da67 (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/Makefile2
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 \