From 047f60b13829bc8fee66c9107e90f1aacf40cf93 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Sat, 4 Feb 2012 22:43:51 +0900 Subject: [PATCH] Fix Makefile to properly include clutter-backend-eglnative.h in the disted tarball https://bugzilla.gnome.org/show_bug.cgi?id=669360 --- clutter/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/clutter/Makefile.am b/clutter/Makefile.am index c77d247d0..eb790bf76 100644 --- a/clutter/Makefile.am +++ b/clutter/Makefile.am @@ -614,6 +614,7 @@ endif if SUPPORT_EGL backend_source_h += $(egl_source_h) backend_source_c += $(egl_source_c) +backend_source_h_priv += $(egl_source_h_priv) clutteregl_includedir = $(clutter_includedir)/egl clutteregl_include_HEADERS = $(egl_source_h)