FreeRDP/channels/rdpsnd
Hans-Peter Jansen 297f965052 Fix linking, if BUILTIN_CHANNELS switched off
If -DBUILTIN_CHANNELS=OFF is supplied to cmake, auxiliary channel modules
are built as plugins, that are loaded from $LIBDIR/freerdp as shared libs.

This patch fixes the linkage of these plugins by taking inter-channel dependencies
of this separation into account. If BUILTIN_CHANNELS=ON, these channel modules
are linked directly into the main modules. Therefore, the linking of the plugins
is conditioned accordingly.
2021-08-24 08:43:01 +02:00
..
client Fix linking, if BUILTIN_CHANNELS switched off 2021-08-24 08:43:01 +02:00
common Fixed remarks 2018-07-04 11:03:32 +02:00
server Some fixes for audin redirection (#7231) 2021-08-23 14:49:28 +02:00
ChannelOptions.cmake Updated CMake channel detection 2020-02-28 12:53:39 +01:00
CMakeLists.txt Updated CMake channel detection 2020-02-28 12:53:39 +01:00