FreeRDP/uwac/libuwac
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
..
.gitignore Integrate UWAC in to the FreeRDP source tree 2016-02-23 14:09:53 +01:00
CMakeLists.txt Include major version number in library names 2017-01-16 11:11:58 +01:00
uwac-display.c Fixed NULL pointer dereferences. 2016-10-19 11:11:35 +02:00
uwac-input.c fix string format specifiers 2016-12-16 13:48:43 +01:00
uwac-os.c Integrate UWAC in to the FreeRDP source tree 2016-02-23 14:09:53 +01:00
uwac-os.h Integrate UWAC in to the FreeRDP source tree 2016-02-23 14:09:53 +01:00
uwac-output.c Integrate UWAC in to the FreeRDP source tree 2016-02-23 14:09:53 +01:00
uwac-priv.h Integrate UWAC in to the FreeRDP source tree 2016-02-23 14:09:53 +01:00
uwac-tools.c Integrate UWAC in to the FreeRDP source tree 2016-02-23 14:09:53 +01:00
uwac-utils.c Integrate UWAC in to the FreeRDP source tree 2016-02-23 14:09:53 +01:00
uwac-utils.h Integrate UWAC in to the FreeRDP source tree 2016-02-23 14:09:53 +01:00
uwac-window.c Fixed NULL pointer dereferences. 2016-10-19 11:11:35 +02:00