From 5c16ad65c530dc39beec7ae22b0070d6bf77da4c Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Tue, 22 May 2012 15:17:11 +0200 Subject: [PATCH] build: add newly introduced header to fix make dist Missing bit of 4bb6eff3dbd50d8fef7d6bdbed55c5aaa70036a8 Reviewed-by: Robert Bragg (cherry picked from commit 1674cf28f1f5b71bd25a1f253c99825d427dd243) --- cogl/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/cogl/Makefile.am b/cogl/Makefile.am index a2838b5ed..44cbc65c5 100644 --- a/cogl/Makefile.am +++ b/cogl/Makefile.am @@ -371,6 +371,7 @@ cogl_sources_c = \ $(srcdir)/cogl-memory-stack.c \ $(srcdir)/cogl-magazine-private.h \ $(srcdir)/cogl-magazine.c \ + $(srcdir)/cogl-gles2-context-private.h \ $(srcdir)/cogl-gles2-context.c \ $(NULL)