configure: link image libs with libshared
authorTiago Vignatti <tiago.vignatti@intel.com>
Tue, 31 Jul 2012 12:47:48 +0000 (15:47 +0300)
committerKristian Høgsberg <krh@bitplanet.net>
Wed, 1 Aug 2012 02:34:21 +0000 (22:34 -0400)
commit4f238a590d4a5711653b4bf956b135cbe847eef9
treec5dd5a01a0d3ffe9af9d0e5fb72a97f6b23b0679
parent76fc57e75c9d6bb16e800ae1b9927d5e9d090d2b
configure: link image libs with libshared

This fix xwayland.so that was complaining about jpeg symbols from the
libshared.

Note that xwayland is not using the jpeg ones, but now that symbols are read
up front we need to link anyway.. or break apart that library.

Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>
configure.ac