From df920a42df2ad112cc89fa780466b878a4f5b2f4 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 30 Oct 2009 12:11:19 +0000 Subject: [PATCH] build: Add missing gles/cogl-context-driver.h to dist The gles/cogl-context-driver.h header file is missing from the dist target, which means it's not in the tarballs. --- cogl/driver/gles/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/cogl/driver/gles/Makefile.am b/cogl/driver/gles/Makefile.am index df126c049..0a44fb465 100644 --- a/cogl/driver/gles/Makefile.am +++ b/cogl/driver/gles/Makefile.am @@ -28,6 +28,7 @@ libclutter_cogl_driver_la_SOURCES = \ cogl-texture-driver.c \ cogl-fbo.c \ cogl-context-driver.c \ + cogl-context-driver.h \ cogl-gles2-wrapper.h \ cogl-program.h \ cogl-program.c \