From 7b064a0bda10897a38396aa6d7cb3c19b0179ebd Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 20 Jun 2011 18:26:34 +0100 Subject: [PATCH] build: Build the GLX symbols The change from the GLX backend to the Cogl backend left out the GLX source code from the list of source files to be built. --- clutter/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clutter/Makefile.am b/clutter/Makefile.am index 2f158a8..fa5cd63 100644 --- a/clutter/Makefile.am +++ b/clutter/Makefile.am @@ -383,8 +383,8 @@ clutterglx_include_HEADERS = $(glx_source_h) endif if SUPPORT_GLX -backend_source_h += $(cogl_source_h) -backend_source_c += $(cogl_source_c) +backend_source_h += $(cogl_source_h) $(glx_source_h) +backend_source_c += $(cogl_source_c) $(glx_source_c) backend_source_h_priv += $(cogl_source_h_priv) endif # SUPPORT_GLX -- 2.7.4