4282da662f
On some platforms, the libguacai-client.so plugin for FreeRDP reports an unlinked symbol: undefined symbol: guac_freerdp_dynamic_channel_collection_add (/usr/local/lib/freerdp2/libguacai-client.so) This symbol is actually unused within the plugin, but may be referenced due to being defined within a function in a common piece of source shared between the plugin and the RDP support. Separating the actual common components such that they can be included by both the RDP support and the libguacai-client.so plugin removes the potential for unused pieces being flagged as missing. |
||
---|---|---|
.. | ||
guac-common-svc | ||
guacai | ||
channels.c | ||
channels.h | ||
generate-entry-wrappers.pl | ||
ptr-string.c | ||
ptr-string.h |