tests/accessibility: Fix the soname for libclutter

The required .so file was named using @CLUTTER_WINSYS@ but since
bf9d5f3949 the .so should be named with @CLUTTER_SONAME_INFIX@. This
was breaking the build on eglx.
This commit is contained in:
Neil Roberts 2010-07-08 15:28:37 +01:00
parent b2decfe762
commit c76d53a9c4

View File

@ -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