From c76d53a9c4be0e7376392c0d9fb1d316aaeae69d Mon Sep 17 00:00:00 2001 From: Neil Roberts Date: Thu, 8 Jul 2010 15:28:37 +0100 Subject: [PATCH] tests/accessibility: Fix the soname for libclutter The required .so file was named using @CLUTTER_WINSYS@ but since bf9d5f394997 the .so should be named with @CLUTTER_SONAME_INFIX@. This was breaking the build on eglx. --- tests/accessibility/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/accessibility/Makefile.am b/tests/accessibility/Makefile.am index 11fba22e1..719b29eb9 100644 --- a/tests/accessibility/Makefile.am +++ b/tests/accessibility/Makefile.am @@ -6,7 +6,7 @@ EXAMPLES = cally-atkcomponent-example \ cally-atktext-example \ cally-clone-example -common_ldadd = $(top_builddir)/clutter/libclutter-@CLUTTER_WINSYS@-@CLUTTER_API_VERSION@.la +common_ldadd = $(top_builddir)/clutter/libclutter-@CLUTTER_SONAME_INFIX@-@CLUTTER_API_VERSION@.la common_sources = cally-examples-util.c cally-examples-util.h