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.
This commit is contained in:
Emmanuele Bassi 2011-06-20 18:26:34 +01:00
parent 71b6554176
commit 7b064a0bda

View 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