From e79d21ca1f11e5b584db0930eb0cf49869b0e77d Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Mon, 10 Aug 2009 11:35:06 +0800 Subject: egl: Add eglmutex.h. The implementation uses pthread mutex when available. Otherwise, it is no-op. Signed-off-by: Chia-I Wu --- src/egl/main/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/egl/main/Makefile') diff --git a/src/egl/main/Makefile b/src/egl/main/Makefile index 1d64d94bbb..ab61d68f2b 100644 --- a/src/egl/main/Makefile +++ b/src/egl/main/Makefile @@ -20,6 +20,7 @@ HEADERS = \ eglhash.h \ eglmisc.h \ eglmode.h \ + eglmutex.h \ eglscreen.h \ eglstring.h \ eglsurface.h \ -- cgit v1.2.3