channels: rdpsnd refactoring, drdynvc initial server-side code

This commit is contained in:
Marc-André Moreau
2013-08-18 21:52:55 -04:00
parent 3d0d65e917
commit 23a8354656
23 changed files with 930 additions and 581 deletions

View File

@@ -21,3 +21,6 @@ if(WITH_CLIENT_CHANNELS)
add_channel_client(${MODULE_PREFIX} ${CHANNEL_NAME})
endif()
if(WITH_SERVER_CHANNELS)
add_channel_server(${MODULE_PREFIX} ${CHANNEL_NAME})
endif()