Skip to content

Commit

Permalink
Merge pull request FreeRDP#1215 from mfleisz/andrclip
Browse files Browse the repository at this point in the history
Android: Added clipboard redirection support
  • Loading branch information
Martin Fleisz committed Apr 29, 2013
2 parents 15a22eb + a170857 commit 5ac16b9
Show file tree
Hide file tree
Showing 16 changed files with 1,157 additions and 121 deletions.
8 changes: 8 additions & 0 deletions client/Android/FreeRDPCore/jni/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,21 @@ set(${MODULE_PREFIX}_SRCS
android_event.h
android_freerdp.c
android_freerdp.h
android_jni_utils.c
android_jni_utils.h
android_jni_callback.c
android_jni_callback.h)

set(${MODULE_PREFIX}_SRCS ${${MODULE_PREFIX}_SRCS}
generated/android_freerdp_jni.c
generated/android_freerdp_jni.h)

if(WITH_CLIENT_CHANNELS)
set(${MODULE_PREFIX}_SRCS ${${MODULE_PREFIX}_SRCS}
android_cliprdr.c
android_cliprdr.h)
endif()

add_library(${MODULE_NAME} SHARED ${${MODULE_PREFIX}_SRCS})

set(${MODULE_PREFIX}_LIBS ${${MODULE_PREFIX}_LIBS} freerdp-client)
Expand Down
Loading

0 comments on commit 5ac16b9

Please sign in to comment.