From 136cf1b2d6cdb37734b2369991b748344190a3dd Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Mon, 18 Apr 2011 13:07:21 +0100 Subject: [PATCH] clutter/Makefile.am: mark clutter-cex100.h as BUILT_SOURCES clutter-xcex100.h is generated from clutter-cex100.h.in when running ./configure so it should be added to automake's BUILT_SOURCES variable. --- clutter/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/clutter/Makefile.am b/clutter/Makefile.am index d17117896..f037d12ca 100644 --- a/clutter/Makefile.am +++ b/clutter/Makefile.am @@ -471,7 +471,9 @@ evdev_h_priv = \ $(srcdir)/evdev/clutter-input-device-evdev.h \ $(NULL) -egl_cex_h = $(srcdir)/egl/clutter-cex100.h +egl_cex_h = egl/clutter-cex100.h +BUILT_SOURCES += egl/clutter-cex100.h +EXTRA_DIST += $(srcdir)/egl/clutter-cex100.h.in if SUPPORT_EGL