Re: [PATCH weston 06/11] build a libweston.so used by the weston binary

2015-06-23 Thread Jon A. Cruz
On 06/22/2015 01:02 PM, Giulio Camuffo wrote: The library is versioned, so a -N is appended to its name, e.g. libweston-1.so. The same is done for the pc file, the include and lib/weston dirs. This allows multiple libweston versions to be installed together. Ooooh! ABI-versions. Nice. I've

[PATCH weston 06/11] build a libweston.so used by the weston binary

2015-06-22 Thread Giulio Camuffo
The library is versioned, so a -N is appended to its name, e.g. libweston-1.so. The same is done for the pc file, the include and lib/weston dirs. This allows multiple libweston versions to be installed together. --- Makefile.am | 59 ++-