egl: Add support for EGL_KHR_reusable_sync.
[mesa.git] / src / egl / main / Makefile
index 41d301fc14056b6b3a02f659b354308a1b0f060d..d92fbf6d9a7e854393b66e1bf1478b4523dbb3d8 100644 (file)
@@ -26,7 +26,8 @@ HEADERS = \
        eglmutex.h \
        eglscreen.h \
        eglstring.h \
-       eglsurface.h
+       eglsurface.h \
+       eglsync.h
 
 SOURCES = \
        eglapi.c \
@@ -44,7 +45,8 @@ SOURCES = \
        eglmode.c \
        eglscreen.c \
        eglstring.c \
-       eglsurface.c
+       eglsurface.c \
+       eglsync.c
 
 OBJECTS = $(SOURCES:.c=.o)