1
0
Fork 0

Fix Makefile to properly include clutter-backend-eglnative.h in the disted tarball

https://bugzilla.gnome.org/show_bug.cgi?id=669360
This commit is contained in:
Tristan Van Berkom 2012-02-04 22:43:51 +09:00 committed by Emmanuele Bassi
parent ce9564e558
commit 047f60b138

View file

@ -614,6 +614,7 @@ endif
if SUPPORT_EGL if SUPPORT_EGL
backend_source_h += $(egl_source_h) backend_source_h += $(egl_source_h)
backend_source_c += $(egl_source_c) backend_source_c += $(egl_source_c)
backend_source_h_priv += $(egl_source_h_priv)
clutteregl_includedir = $(clutter_includedir)/egl clutteregl_includedir = $(clutter_includedir)/egl
clutteregl_include_HEADERS = $(egl_source_h) clutteregl_include_HEADERS = $(egl_source_h)