build: Build the GLX symbols
authorEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 20 Jun 2011 17:26:34 +0000 (18:26 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 20 Jun 2011 17:26:34 +0000 (18:26 +0100)
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

index 2f158a8..fa5cd63 100644 (file)
@@ -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