mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 07:56:14 -05:00
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:
parent
825a51b898
commit
136cf1b2d6
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user