channels: added support for loading plugins from a static entry table

This commit is contained in:
Marc-André Moreau
2012-10-08 19:54:11 -04:00
parent 84f88883e9
commit 93f88d1c48
12 changed files with 184 additions and 58 deletions

View File

@@ -21,7 +21,7 @@ set(MODULE_PREFIX "FREERDP_CHANNELS_CLIENT")
set(${MODULE_PREFIX}_SRCS
tables.c
tables.h
loader.c)
channels.c)
foreach(STATIC_MODULE ${CHANNEL_STATIC_CLIENT_MODULES})