From f17437124ecc4d8cd41c098d10fa8b630e9bea9d Mon Sep 17 00:00:00 2001 From: Robert Staudinger Date: Thu, 12 Feb 2009 12:42:58 +0000 Subject: [PATCH] [build] Add cogl.h to the built sources list The main COGL header file is generated at configure time. If something changes in the template, though, the file will not be regenerated. Adding cogl.h to the BUILT_SOURCES list will allow the regeneration to happen. --- clutter/cogl/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clutter/cogl/Makefile.am b/clutter/cogl/Makefile.am index 7cf4aac17..443ec907f 100644 --- a/clutter/cogl/Makefile.am +++ b/clutter/cogl/Makefile.am @@ -1,5 +1,7 @@ SUBDIRS = common $(CLUTTER_COGL) +BUILT_SOURCES = cogl.h + EXTRA_DIST = cogl.h.in DIST_SUBDIRS = common gl gles