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.
This commit is contained in:
Robert Bragg 2011-04-18 13:07:21 +01:00
parent 825a51b898
commit 136cf1b2d6

View File

@ -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