[clutter/wip/cogl-winsys-egl: 10/21] clutter/Makefile.am: mark clutter-cex100.h as BUILT_SOURCES



commit 7a0b3146bf4fdb5caf7937efdd9a06b1f6d0a195
Author: Robert Bragg <robert linux intel com>
Date:   Mon Apr 18 13:07:21 2011 +0100

    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 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/clutter/Makefile.am b/clutter/Makefile.am
index d171178..f037d12 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
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]