FreeRDP/uwac
Bernhard Miklautz bbb6bf6b43 Include major version number in library names
Currently it is not possible to cleanly install multiple major version
of FreeRDP concurrently as some of the development libraries (.so files)
files can conflict.

This change renames all libraries to include the major version number in
the library name to fix this limitation.

The list of changed libraries:

libwinpr-tools.so -> libwinpr-tools2.so
libwinpr.so -> libwinpr2.so
libfreerdp.so -> libfreerdp2.so
libfreerdp-client.so -> libfreerdp-client2.so
libfreerdp-shadow.so -> libfreerdp-shadow2.so
libfreerdp-server.so ->  libfreerdp-server2.so
libfreerdp-shadow-subsystem.so -> libfreerdp-shadow-subsystem2.so
libuwac.so -> libuwac0.so

As the library names have changed, projects that use FreeRDP will need to
update their dependencies. -
If pkg-config or cmake find modules are used, reconfiguration might be
sufficient.

Fixes #3460
2017-01-16 11:11:58 +01:00
..
include Added API export for uwac. 2016-02-27 22:13:59 +01:00
libuwac Include major version number in library names 2017-01-16 11:11:58 +01:00
protocols fix errors in xdg-shell-xml for protocol creation 2016-06-14 20:43:35 +02:00
CMakeLists.txt uwac: generate .pc and cmake find-module 2016-02-25 23:47:32 +01:00
uwac.pc.in Include major version number in library names 2017-01-16 11:11:58 +01:00
uwacConfig.cmake.in uwac: generate .pc and cmake find-module 2016-02-25 23:47:32 +01:00
uwacVersion.cmake uwac: generate .pc and cmake find-module 2016-02-25 23:47:32 +01:00