GUACAMOLE-249: Rename and restructure RDP source files more sensibly.
This commit is contained in:
parent
827951dcf6
commit
a63dcb46b2
@ -37,85 +37,85 @@ nodist_libguac_client_rdp_la_SOURCES = \
|
||||
_generated_channel_entry_wrappers.c \
|
||||
_generated_keymaps.c
|
||||
|
||||
libguac_client_rdp_la_SOURCES = \
|
||||
audio_input.c \
|
||||
channels.c \
|
||||
client.c \
|
||||
clipboard.c \
|
||||
common-svc.c \
|
||||
decompose.c \
|
||||
disp.c \
|
||||
error.c \
|
||||
input.c \
|
||||
keyboard.c \
|
||||
pipe-svc.c \
|
||||
ptr_string.c \
|
||||
rail.c \
|
||||
rdp.c \
|
||||
rdp_bitmap.c \
|
||||
rdp_color.c \
|
||||
rdp_fs.c \
|
||||
rdp_gdi.c \
|
||||
rdp_glyph.c \
|
||||
rdp_keymap.c \
|
||||
rdp_print_job.c \
|
||||
rdp_pointer.c \
|
||||
rdp_settings.c \
|
||||
rdp_stream.c \
|
||||
rdpdr.c \
|
||||
rdpdr_fs_messages.c \
|
||||
rdpdr_fs_messages_dir_info.c \
|
||||
rdpdr_fs_messages_file_info.c \
|
||||
rdpdr_fs_messages_vol_info.c \
|
||||
rdpdr_fs_service.c \
|
||||
rdpdr_messages.c \
|
||||
rdpdr_printer.c \
|
||||
rdpsnd.c \
|
||||
rdpsnd_messages.c \
|
||||
resolution.c \
|
||||
unicode.c \
|
||||
libguac_client_rdp_la_SOURCES = \
|
||||
bitmap.c \
|
||||
channels/audio-input.c \
|
||||
channels/cliprdr.c \
|
||||
channels/common-svc.c \
|
||||
channels/disp.c \
|
||||
channels/pipe-svc.c \
|
||||
channels/rail.c \
|
||||
channels/rdpdr/rdpdr-fs-messages-dir-info.c \
|
||||
channels/rdpdr/rdpdr-fs-messages-file-info.c \
|
||||
channels/rdpdr/rdpdr-fs-messages-vol-info.c \
|
||||
channels/rdpdr/rdpdr-fs-messages.c \
|
||||
channels/rdpdr/rdpdr-fs.c \
|
||||
channels/rdpdr/rdpdr-messages.c \
|
||||
channels/rdpdr/rdpdr-printer.c \
|
||||
channels/rdpdr/rdpdr.c \
|
||||
channels/rdpsnd/rdpsnd-messages.c \
|
||||
channels/rdpsnd/rdpsnd.c \
|
||||
client.c \
|
||||
color.c \
|
||||
error.c \
|
||||
fs.c \
|
||||
gdi.c \
|
||||
glyph.c \
|
||||
input.c \
|
||||
keyboard/decompose.c \
|
||||
keyboard/keyboard.c \
|
||||
keyboard/keymap.c \
|
||||
plugins/channels.c \
|
||||
plugins/ptr-string.c \
|
||||
pointer.c \
|
||||
print-job.c \
|
||||
rdp.c \
|
||||
resolution.c \
|
||||
settings.c \
|
||||
stream.c \
|
||||
unicode.c \
|
||||
user.c
|
||||
|
||||
noinst_HEADERS = \
|
||||
guac_ai/ai_messages.h \
|
||||
guac_ai/ai_service.h \
|
||||
audio_input.h \
|
||||
client.h \
|
||||
clipboard.h \
|
||||
channels.h \
|
||||
common-svc.h \
|
||||
decompose.h \
|
||||
disp.h \
|
||||
error.h \
|
||||
input.h \
|
||||
keyboard.h \
|
||||
pipe-svc.h \
|
||||
ptr_string.h \
|
||||
rail.h \
|
||||
rdp.h \
|
||||
rdp_bitmap.h \
|
||||
rdp_color.h \
|
||||
rdp_fs.h \
|
||||
rdp_gdi.h \
|
||||
rdp_glyph.h \
|
||||
rdp_keymap.h \
|
||||
rdp_pointer.h \
|
||||
rdp_print_job.h \
|
||||
rdp_settings.h \
|
||||
rdp_status.h \
|
||||
rdp_stream.h \
|
||||
rdpdr.h \
|
||||
rdpdr_fs_messages.h \
|
||||
rdpdr_fs_messages_dir_info.h \
|
||||
rdpdr_fs_messages_file_info.h \
|
||||
rdpdr_fs_messages_vol_info.h \
|
||||
rdpdr_fs_service.h \
|
||||
rdpdr_messages.h \
|
||||
rdpdr_printer.h \
|
||||
rdpsnd.h \
|
||||
rdpsnd_messages.h \
|
||||
resolution.h \
|
||||
unicode.h \
|
||||
noinst_HEADERS = \
|
||||
bitmap.h \
|
||||
channels/audio-input.h \
|
||||
channels/cliprdr.h \
|
||||
channels/common-svc.h \
|
||||
channels/disp.h \
|
||||
channels/pipe-svc.h \
|
||||
channels/rail.h \
|
||||
channels/rdpdr/rdpdr-fs-messages-dir-info.h \
|
||||
channels/rdpdr/rdpdr-fs-messages-file-info.h \
|
||||
channels/rdpdr/rdpdr-fs-messages-vol-info.h \
|
||||
channels/rdpdr/rdpdr-fs-messages.h \
|
||||
channels/rdpdr/rdpdr-fs.h \
|
||||
channels/rdpdr/rdpdr-messages.h \
|
||||
channels/rdpdr/rdpdr-printer.h \
|
||||
channels/rdpdr/rdpdr.h \
|
||||
channels/rdpsnd/rdpsnd-messages.h \
|
||||
channels/rdpsnd/rdpsnd.h \
|
||||
client.h \
|
||||
color.h \
|
||||
error.h \
|
||||
fs.h \
|
||||
gdi.h \
|
||||
glyph.h \
|
||||
input.h \
|
||||
keyboard/decompose.h \
|
||||
keyboard/keyboard.h \
|
||||
keyboard/keymap.h \
|
||||
plugins/channels.h \
|
||||
plugins/guacai/guacai-messages.h \
|
||||
plugins/guacai/guacai.h \
|
||||
plugins/ptr-string.h \
|
||||
pointer.h \
|
||||
print-job.h \
|
||||
rdp.h \
|
||||
resolution.h \
|
||||
settings.h \
|
||||
status.h \
|
||||
stream.h \
|
||||
unicode.h \
|
||||
user.h
|
||||
|
||||
libguac_client_rdp_la_CFLAGS = \
|
||||
@ -131,8 +131,8 @@ libguac_client_rdp_la_LDFLAGS = \
|
||||
@PTHREAD_LIBS@ \
|
||||
@RDP_LIBS@
|
||||
|
||||
libguac_client_rdp_la_LIBADD = \
|
||||
@COMMON_LTLIB@ \
|
||||
libguac_client_rdp_la_LIBADD = \
|
||||
@COMMON_LTLIB@ \
|
||||
@LIBGUAC_LTLIB@
|
||||
|
||||
#
|
||||
@ -149,8 +149,8 @@ freerdpdir = ${libdir}/freerdp2
|
||||
# Common SVC plugin (shared by RDPDR, RDPSND, etc.)
|
||||
#
|
||||
|
||||
libguac_common_svc_client_la_SOURCES = \
|
||||
guac-common-svc/common-svc-main.c
|
||||
libguac_common_svc_client_la_SOURCES = \
|
||||
plugins/guac-common-svc/guac-common-svc.c
|
||||
|
||||
libguac_common_svc_client_la_CFLAGS = \
|
||||
-Werror -Wall -Iinclude \
|
||||
@ -168,17 +168,17 @@ libguac_common_svc_client_la_LIBADD = \
|
||||
# Audio Input
|
||||
#
|
||||
|
||||
libguacai_client_la_SOURCES = \
|
||||
audio_input.c \
|
||||
guac_ai/ai_messages.c \
|
||||
guac_ai/ai_service.c \
|
||||
ptr_string.c
|
||||
libguacai_client_la_SOURCES = \
|
||||
channels/audio-input.c \
|
||||
plugins/guacai/guacai-messages.c \
|
||||
plugins/guacai/guacai.c \
|
||||
plugins/ptr-string.c
|
||||
|
||||
libguacai_client_la_CFLAGS = \
|
||||
-Werror -Wall -Iinclude \
|
||||
@COMMON_INCLUDE@ \
|
||||
@COMMON_SSH_INCLUDE@ \
|
||||
@LIBGUAC_INCLUDE@ \
|
||||
libguacai_client_la_CFLAGS = \
|
||||
-Werror -Wall -Iinclude \
|
||||
@COMMON_INCLUDE@ \
|
||||
@COMMON_SSH_INCLUDE@ \
|
||||
@LIBGUAC_INCLUDE@ \
|
||||
@RDP_CFLAGS@
|
||||
|
||||
libguacai_client_la_LDFLAGS = \
|
||||
@ -212,31 +212,31 @@ BUILT_SOURCES = \
|
||||
_generated_channel_entry_wrappers.c \
|
||||
_generated_keymaps.c
|
||||
|
||||
rdp_keymaps = \
|
||||
$(srcdir)/keymaps/base.keymap \
|
||||
$(srcdir)/keymaps/failsafe.keymap \
|
||||
$(srcdir)/keymaps/de_de_qwertz.keymap \
|
||||
$(srcdir)/keymaps/de_ch_qwertz.keymap \
|
||||
$(srcdir)/keymaps/en_gb_qwerty.keymap \
|
||||
$(srcdir)/keymaps/en_us_qwerty.keymap \
|
||||
$(srcdir)/keymaps/es_es_qwerty.keymap \
|
||||
$(srcdir)/keymaps/fr_fr_azerty.keymap \
|
||||
$(srcdir)/keymaps/fr_ch_qwertz.keymap \
|
||||
$(srcdir)/keymaps/it_it_qwerty.keymap \
|
||||
$(srcdir)/keymaps/ja_jp_qwerty.keymap \
|
||||
$(srcdir)/keymaps/pt_br_qwerty.keymap \
|
||||
$(srcdir)/keymaps/sv_se_qwerty.keymap \
|
||||
$(srcdir)/keymaps/da_dk_qwerty.keymap \
|
||||
$(srcdir)/keymaps/tr_tr_qwerty.keymap
|
||||
rdp_keymaps = \
|
||||
$(srcdir)/keyboard/keymaps/base.keymap \
|
||||
$(srcdir)/keyboard/keymaps/failsafe.keymap \
|
||||
$(srcdir)/keyboard/keymaps/de_de_qwertz.keymap \
|
||||
$(srcdir)/keyboard/keymaps/de_ch_qwertz.keymap \
|
||||
$(srcdir)/keyboard/keymaps/en_gb_qwerty.keymap \
|
||||
$(srcdir)/keyboard/keymaps/en_us_qwerty.keymap \
|
||||
$(srcdir)/keyboard/keymaps/es_es_qwerty.keymap \
|
||||
$(srcdir)/keyboard/keymaps/fr_fr_azerty.keymap \
|
||||
$(srcdir)/keyboard/keymaps/fr_ch_qwertz.keymap \
|
||||
$(srcdir)/keyboard/keymaps/it_it_qwerty.keymap \
|
||||
$(srcdir)/keyboard/keymaps/ja_jp_qwerty.keymap \
|
||||
$(srcdir)/keyboard/keymaps/pt_br_qwerty.keymap \
|
||||
$(srcdir)/keyboard/keymaps/sv_se_qwerty.keymap \
|
||||
$(srcdir)/keyboard/keymaps/da_dk_qwerty.keymap \
|
||||
$(srcdir)/keyboard/keymaps/tr_tr_qwerty.keymap
|
||||
|
||||
_generated_keymaps.c: $(rdp_keymaps)
|
||||
$(AM_V_GEN) $(srcdir)/keymaps/generate.pl $(rdp_keymaps)
|
||||
$(AM_V_GEN) $(srcdir)/keyboard/keymaps/generate.pl $(rdp_keymaps)
|
||||
|
||||
_generated_channel_entry_wrappers.c: $(srcdir)/channels.h $(srcdir)/generate-entry-wrappers.pl
|
||||
$(AM_V_GEN) $(srcdir)/generate-entry-wrappers.pl $(srcdir)/channels.h
|
||||
_generated_channel_entry_wrappers.c: $(srcdir)/plugins/channels.h $(srcdir)/plugins/generate-entry-wrappers.pl
|
||||
$(AM_V_GEN) $(srcdir)/plugins/generate-entry-wrappers.pl $(srcdir)/plugins/channels.h
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(rdp_keymaps) \
|
||||
generate-entry-wrappers.pl \
|
||||
keymaps/generate.pl
|
||||
EXTRA_DIST = \
|
||||
$(rdp_keymaps) \
|
||||
plugins/generate-entry-wrappers.pl \
|
||||
keyboard/keymaps/generate.pl
|
||||
|
||||
|
@ -23,8 +23,8 @@
|
||||
#include "common/display.h"
|
||||
#include "common/surface.h"
|
||||
#include "rdp.h"
|
||||
#include "rdp_bitmap.h"
|
||||
#include "rdp_settings.h"
|
||||
#include "bitmap.h"
|
||||
#include "settings.h"
|
||||
|
||||
#include <cairo/cairo.h>
|
||||
#include <freerdp/codec/bitmap.h>
|
@ -18,9 +18,9 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "audio_input.h"
|
||||
#include "channels.h"
|
||||
#include "ptr_string.h"
|
||||
#include "channels/audio-input.h"
|
||||
#include "plugins/channels.h"
|
||||
#include "plugins/ptr-string.h"
|
||||
#include "rdp.h"
|
||||
|
||||
#include <freerdp/freerdp.h>
|
@ -19,9 +19,9 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "channels.h"
|
||||
#include "plugins/channels.h"
|
||||
#include "client.h"
|
||||
#include "clipboard.h"
|
||||
#include "channels/cliprdr.h"
|
||||
#include "common/clipboard.h"
|
||||
#include "common/iconv.h"
|
||||
#include "rdp.h"
|
@ -18,8 +18,8 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "channels.h"
|
||||
#include "common-svc.h"
|
||||
#include "plugins/channels.h"
|
||||
#include "channels/common-svc.h"
|
||||
#include "rdp.h"
|
||||
|
||||
#include <freerdp/svc.h>
|
@ -18,11 +18,11 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "channels.h"
|
||||
#include "plugins/channels.h"
|
||||
#include "client.h"
|
||||
#include "disp.h"
|
||||
#include "channels/disp.h"
|
||||
#include "rdp.h"
|
||||
#include "rdp_settings.h"
|
||||
#include "settings.h"
|
||||
|
||||
#include <freerdp/client/disp.h>
|
||||
#include <freerdp/freerdp.h>
|
@ -20,7 +20,7 @@
|
||||
#ifndef GUAC_RDP_DISP_H
|
||||
#define GUAC_RDP_DISP_H
|
||||
|
||||
#include "rdp_settings.h"
|
||||
#include "settings.h"
|
||||
|
||||
#include <freerdp/client/disp.h>
|
||||
#include <freerdp/freerdp.h>
|
@ -19,11 +19,11 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "channels.h"
|
||||
#include "plugins/channels.h"
|
||||
#include "client.h"
|
||||
#include "common/list.h"
|
||||
#include "common-svc.h"
|
||||
#include "pipe-svc.h"
|
||||
#include "channels/common-svc.h"
|
||||
#include "channels/pipe-svc.h"
|
||||
#include "rdp.h"
|
||||
|
||||
#include <freerdp/svc.h>
|
@ -21,7 +21,7 @@
|
||||
#define GUAC_RDP_PIPE_SVC_H
|
||||
|
||||
#include "config.h"
|
||||
#include "common-svc.h"
|
||||
#include "channels/common-svc.h"
|
||||
|
||||
#include <freerdp/svc.h>
|
||||
#include <guacamole/client.h>
|
@ -19,11 +19,11 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "channels.h"
|
||||
#include "plugins/channels.h"
|
||||
#include "client.h"
|
||||
#include "rail.h"
|
||||
#include "channels/rail.h"
|
||||
#include "rdp.h"
|
||||
#include "rdp_settings.h"
|
||||
#include "settings.h"
|
||||
|
||||
#include <freerdp/client/rail.h>
|
||||
#include <freerdp/freerdp.h>
|
@ -18,9 +18,9 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "rdpdr.h"
|
||||
#include "rdp_fs.h"
|
||||
#include "rdp_status.h"
|
||||
#include "channels/rdpdr/rdpdr.h"
|
||||
#include "fs.h"
|
||||
#include "status.h"
|
||||
#include "unicode.h"
|
||||
|
||||
#include <guacamole/unicode.h>
|
@ -30,8 +30,8 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "common-svc.h"
|
||||
#include "rdpdr.h"
|
||||
#include "channels/common-svc.h"
|
||||
#include "channels/rdpdr/rdpdr.h"
|
||||
|
||||
#include <winpr/stream.h>
|
||||
|
@ -18,9 +18,9 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "rdpdr.h"
|
||||
#include "rdp_fs.h"
|
||||
#include "rdp_status.h"
|
||||
#include "channels/rdpdr/rdpdr.h"
|
||||
#include "fs.h"
|
||||
#include "status.h"
|
||||
#include "unicode.h"
|
||||
|
||||
#include <winpr/stream.h>
|
@ -29,8 +29,8 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "common-svc.h"
|
||||
#include "rdpdr.h"
|
||||
#include "channels/common-svc.h"
|
||||
#include "channels/rdpdr/rdpdr.h"
|
||||
|
||||
#include <winpr/stream.h>
|
||||
|
@ -18,10 +18,10 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "rdpdr.h"
|
||||
#include "rdpdr_messages.h"
|
||||
#include "rdp_fs.h"
|
||||
#include "rdp_status.h"
|
||||
#include "channels/rdpdr/rdpdr.h"
|
||||
#include "channels/rdpdr/rdpdr-messages.h"
|
||||
#include "fs.h"
|
||||
#include "status.h"
|
||||
|
||||
#include <guacamole/unicode.h>
|
||||
#include <winpr/stream.h>
|
@ -30,7 +30,7 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "rdpdr.h"
|
||||
#include "channels/rdpdr/rdpdr.h"
|
||||
|
||||
#include <winpr/stream.h>
|
||||
|
@ -18,14 +18,14 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "rdpdr.h"
|
||||
#include "rdpdr_fs_messages_dir_info.h"
|
||||
#include "rdpdr_fs_messages_file_info.h"
|
||||
#include "rdpdr_fs_messages.h"
|
||||
#include "rdpdr_fs_messages_vol_info.h"
|
||||
#include "rdpdr_messages.h"
|
||||
#include "rdp_fs.h"
|
||||
#include "rdp_status.h"
|
||||
#include "channels/rdpdr/rdpdr.h"
|
||||
#include "channels/rdpdr/rdpdr-fs-messages-dir-info.h"
|
||||
#include "channels/rdpdr/rdpdr-fs-messages-file-info.h"
|
||||
#include "channels/rdpdr/rdpdr-fs-messages.h"
|
||||
#include "channels/rdpdr/rdpdr-fs-messages-vol-info.h"
|
||||
#include "channels/rdpdr/rdpdr-messages.h"
|
||||
#include "fs.h"
|
||||
#include "status.h"
|
||||
#include "unicode.h"
|
||||
|
||||
#include <freerdp/channels/rdpdr.h>
|
@ -30,7 +30,7 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "rdpdr.h"
|
||||
#include "channels/rdpdr/rdpdr.h"
|
||||
|
||||
#include <winpr/stream.h>
|
||||
|
@ -20,9 +20,9 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "rdp.h"
|
||||
#include "rdpdr.h"
|
||||
#include "rdpdr_fs_messages.h"
|
||||
#include "rdpdr_messages.h"
|
||||
#include "channels/rdpdr/rdpdr.h"
|
||||
#include "channels/rdpdr/rdpdr-fs-messages.h"
|
||||
#include "channels/rdpdr/rdpdr-messages.h"
|
||||
|
||||
#include <freerdp/channels/rdpdr.h>
|
||||
#include <guacamole/client.h>
|
@ -33,7 +33,7 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "rdpdr.h"
|
||||
#include "channels/rdpdr/rdpdr.h"
|
||||
|
||||
#include <guacamole/pool.h>
|
||||
|
@ -19,8 +19,8 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "rdp.h"
|
||||
#include "rdpdr.h"
|
||||
#include "rdpdr_messages.h"
|
||||
#include "channels/rdpdr/rdpdr.h"
|
||||
#include "channels/rdpdr/rdpdr-messages.h"
|
||||
#include "unicode.h"
|
||||
|
||||
#include <freerdp/channels/rdpdr.h>
|
@ -22,7 +22,7 @@
|
||||
#define GUAC_RDPDR_MESSAGES_H
|
||||
|
||||
#include "config.h"
|
||||
#include "rdpdr.h"
|
||||
#include "channels/rdpdr/rdpdr.h"
|
||||
|
||||
#include <winpr/stream.h>
|
||||
|
@ -18,12 +18,12 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "rdpdr.h"
|
||||
#include "rdpdr_messages.h"
|
||||
#include "rdpdr_printer.h"
|
||||
#include "channels/rdpdr/rdpdr.h"
|
||||
#include "channels/rdpdr/rdpdr-messages.h"
|
||||
#include "channels/rdpdr/rdpdr-printer.h"
|
||||
#include "rdp.h"
|
||||
#include "rdp_print_job.h"
|
||||
#include "rdp_status.h"
|
||||
#include "print-job.h"
|
||||
#include "status.h"
|
||||
#include "unicode.h"
|
||||
|
||||
#include <freerdp/channels/rdpdr.h>
|
@ -22,7 +22,7 @@
|
||||
#define GUAC_RDPDR_PRINTER_H
|
||||
|
||||
#include "config.h"
|
||||
#include "rdpdr.h"
|
||||
#include "channels/rdpdr/rdpdr.h"
|
||||
|
||||
#include <winpr/stream.h>
|
||||
|
@ -18,15 +18,15 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "channels.h"
|
||||
#include "plugins/channels.h"
|
||||
#include "rdp.h"
|
||||
#include "rdp_fs.h"
|
||||
#include "rdp_settings.h"
|
||||
#include "rdp_stream.h"
|
||||
#include "rdpdr.h"
|
||||
#include "rdpdr_fs_service.h"
|
||||
#include "rdpdr_messages.h"
|
||||
#include "rdpdr_printer.h"
|
||||
#include "fs.h"
|
||||
#include "settings.h"
|
||||
#include "stream.h"
|
||||
#include "channels/rdpdr/rdpdr.h"
|
||||
#include "channels/rdpdr/rdpdr-fs.h"
|
||||
#include "channels/rdpdr/rdpdr-messages.h"
|
||||
#include "channels/rdpdr/rdpdr-printer.h"
|
||||
|
||||
#include <freerdp/channels/rdpdr.h>
|
||||
#include <freerdp/freerdp.h>
|
@ -21,7 +21,7 @@
|
||||
#define GUAC_RDP_RDPDR_H
|
||||
|
||||
#include "config.h"
|
||||
#include "common-svc.h"
|
||||
#include "channels/common-svc.h"
|
||||
|
||||
#include <freerdp/freerdp.h>
|
||||
#include <guacamole/client.h>
|
@ -20,8 +20,8 @@
|
||||
#include "config.h"
|
||||
|
||||
#include "rdp.h"
|
||||
#include "rdpsnd.h"
|
||||
#include "rdpsnd_messages.h"
|
||||
#include "channels/rdpsnd/rdpsnd.h"
|
||||
#include "channels/rdpsnd/rdpsnd-messages.h"
|
||||
|
||||
#include <pthread.h>
|
||||
#include <stdlib.h>
|
@ -22,7 +22,7 @@
|
||||
#define GUAC_RDPSND_MESSAGES_H
|
||||
|
||||
#include "config.h"
|
||||
#include "common-svc.h"
|
||||
#include "channels/common-svc.h"
|
||||
|
||||
#include <winpr/stream.h>
|
||||
|
@ -18,10 +18,10 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "common-svc.h"
|
||||
#include "channels/common-svc.h"
|
||||
#include "rdp.h"
|
||||
#include "rdpsnd.h"
|
||||
#include "rdpsnd_messages.h"
|
||||
#include "channels/rdpsnd/rdpsnd.h"
|
||||
#include "channels/rdpsnd/rdpsnd-messages.h"
|
||||
|
||||
#include <freerdp/codec/audio.h>
|
||||
#include <freerdp/freerdp.h>
|
@ -21,7 +21,7 @@
|
||||
#define GUAC_RDP_RDPSND_H
|
||||
|
||||
#include "config.h"
|
||||
#include "common-svc.h"
|
||||
#include "channels/common-svc.h"
|
||||
|
||||
#include <guacamole/client.h>
|
||||
|
@ -19,12 +19,12 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "audio_input.h"
|
||||
#include "channels/audio-input.h"
|
||||
#include "common/recording.h"
|
||||
#include "client.h"
|
||||
#include "disp.h"
|
||||
#include "channels/disp.h"
|
||||
#include "rdp.h"
|
||||
#include "rdp_fs.h"
|
||||
#include "fs.h"
|
||||
#include "user.h"
|
||||
|
||||
#ifdef ENABLE_COMMON_SSH
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
#include "client.h"
|
||||
#include "rdp.h"
|
||||
#include "rdp_settings.h"
|
||||
#include "settings.h"
|
||||
|
||||
#include <freerdp/codec/color.h>
|
||||
#include <freerdp/freerdp.h>
|
@ -19,9 +19,9 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "rdp_fs.h"
|
||||
#include "rdp_status.h"
|
||||
#include "rdp_stream.h"
|
||||
#include "fs.h"
|
||||
#include "status.h"
|
||||
#include "stream.h"
|
||||
|
||||
#include <dirent.h>
|
||||
#include <errno.h>
|
@ -22,9 +22,9 @@
|
||||
#include "client.h"
|
||||
#include "common/surface.h"
|
||||
#include "rdp.h"
|
||||
#include "rdp_bitmap.h"
|
||||
#include "rdp_color.h"
|
||||
#include "rdp_settings.h"
|
||||
#include "bitmap.h"
|
||||
#include "color.h"
|
||||
#include "settings.h"
|
||||
|
||||
#include <cairo/cairo.h>
|
||||
#include <freerdp/freerdp.h>
|
@ -22,9 +22,9 @@
|
||||
#include "client.h"
|
||||
#include "common/surface.h"
|
||||
#include "rdp.h"
|
||||
#include "rdp_color.h"
|
||||
#include "rdp_glyph.h"
|
||||
#include "rdp_settings.h"
|
||||
#include "color.h"
|
||||
#include "glyph.h"
|
||||
#include "settings.h"
|
||||
|
||||
#include <freerdp/freerdp.h>
|
||||
#include <guacamole/client.h>
|
@ -21,9 +21,9 @@
|
||||
|
||||
#include "client.h"
|
||||
#include "common/recording.h"
|
||||
#include "disp.h"
|
||||
#include "channels/disp.h"
|
||||
#include "input.h"
|
||||
#include "keyboard.h"
|
||||
#include "keyboard/keyboard.h"
|
||||
#include "rdp.h"
|
||||
|
||||
#include <freerdp/freerdp.h>
|
||||
|
@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "keyboard.h"
|
||||
#include "keyboard/keyboard.h"
|
||||
|
||||
/**
|
||||
* The X11 keysym for the dead key which types a grave (`).
|
@ -21,7 +21,7 @@
|
||||
#define GUAC_RDP_DECOMPOSE_H
|
||||
|
||||
#include "config.h"
|
||||
#include "keyboard.h"
|
||||
#include "keyboard/keyboard.h"
|
||||
|
||||
/**
|
||||
* Attempts to type the given keysym by decomposing the associated character
|
@ -20,10 +20,10 @@
|
||||
#include "config.h"
|
||||
|
||||
#include "client.h"
|
||||
#include "decompose.h"
|
||||
#include "keyboard.h"
|
||||
#include "keyboard/decompose.h"
|
||||
#include "keyboard/keyboard.h"
|
||||
#include "rdp.h"
|
||||
#include "rdp_keymap.h"
|
||||
#include "keyboard/keymap.h"
|
||||
|
||||
#include <freerdp/freerdp.h>
|
||||
#include <freerdp/input.h>
|
@ -20,7 +20,7 @@
|
||||
#ifndef GUAC_RDP_KEYBOARD_H
|
||||
#define GUAC_RDP_KEYBOARD_H
|
||||
|
||||
#include "rdp_keymap.h"
|
||||
#include "keyboard/keymap.h"
|
||||
|
||||
#include <guacamole/client.h>
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "rdp_keymap.h"
|
||||
#include "keyboard/keymap.h"
|
||||
|
||||
#include <string.h>
|
||||
|
@ -43,7 +43,7 @@ my @keymaps = ();
|
||||
open OUTPUT, ">", "_generated_keymaps.c";
|
||||
print OUTPUT
|
||||
'#include "config.h"' . "\n"
|
||||
. '#include "rdp_keymap.h"' . "\n"
|
||||
. '#include "keyboard/keymap.h"' . "\n"
|
||||
. '#include <freerdp/input.h>' . "\n"
|
||||
. '#include <freerdp/locale/keyboard.h>' . "\n"
|
||||
. "\n"
|
@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "channels.h"
|
||||
#include "plugins/channels.h"
|
||||
#include "rdp.h"
|
||||
|
||||
#include <freerdp/channels/channels.h>
|
@ -46,7 +46,7 @@ open OUTPUT, ">", "_generated_channel_entry_wrappers.c";
|
||||
|
||||
# Generate required headers
|
||||
print OUTPUT <<"EOF";
|
||||
#include "channels.h"
|
||||
#include "plugins/channels.h"
|
||||
#include <freerdp/channels/channels.h>
|
||||
#include <freerdp/freerdp.h>
|
||||
EOF
|
@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "common-svc.h"
|
||||
#include "channels/common-svc.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
@ -19,8 +19,8 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "ai_messages.h"
|
||||
#include "audio_input.h"
|
||||
#include "plugins/guacai/guacai-messages.h"
|
||||
#include "channels/audio-input.h"
|
||||
#include "rdp.h"
|
||||
|
||||
#include <stdlib.h>
|
@ -19,10 +19,10 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "ai_messages.h"
|
||||
#include "ai_service.h"
|
||||
#include "audio_input.h"
|
||||
#include "ptr_string.h"
|
||||
#include "plugins/guacai/guacai-messages.h"
|
||||
#include "plugins/guacai/guacai.h"
|
||||
#include "channels/audio-input.h"
|
||||
#include "plugins/ptr-string.h"
|
||||
#include "rdp.h"
|
||||
|
||||
#include <stdlib.h>
|
@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "ptr_string.h"
|
||||
#include "plugins/ptr-string.h"
|
||||
|
||||
#include <guacamole/client.h>
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include "common/cursor.h"
|
||||
#include "common/display.h"
|
||||
#include "rdp.h"
|
||||
#include "rdp_pointer.h"
|
||||
#include "pointer.h"
|
||||
|
||||
#include <cairo/cairo.h>
|
||||
#include <freerdp/freerdp.h>
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
#include "config.h"
|
||||
#include "rdp_print_job.h"
|
||||
#include "print-job.h"
|
||||
|
||||
#include <guacamole/client.h>
|
||||
#include <guacamole/protocol.h>
|
@ -19,28 +19,28 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "audio_input.h"
|
||||
#include "channels.h"
|
||||
#include "channels/audio-input.h"
|
||||
#include "plugins/channels.h"
|
||||
#include "client.h"
|
||||
#include "clipboard.h"
|
||||
#include "channels/cliprdr.h"
|
||||
#include "common/cursor.h"
|
||||
#include "common/display.h"
|
||||
#include "common/recording.h"
|
||||
#include "disp.h"
|
||||
#include "channels/disp.h"
|
||||
#include "error.h"
|
||||
#include "keyboard.h"
|
||||
#include "pipe-svc.h"
|
||||
#include "rail.h"
|
||||
#include "keyboard/keyboard.h"
|
||||
#include "channels/pipe-svc.h"
|
||||
#include "channels/rail.h"
|
||||
#include "rdp.h"
|
||||
#include "rdp_bitmap.h"
|
||||
#include "rdp_fs.h"
|
||||
#include "rdp_print_job.h"
|
||||
#include "rdp_gdi.h"
|
||||
#include "rdp_glyph.h"
|
||||
#include "rdp_pointer.h"
|
||||
#include "rdp_stream.h"
|
||||
#include "rdpdr.h"
|
||||
#include "rdpsnd.h"
|
||||
#include "bitmap.h"
|
||||
#include "fs.h"
|
||||
#include "print-job.h"
|
||||
#include "gdi.h"
|
||||
#include "glyph.h"
|
||||
#include "pointer.h"
|
||||
#include "stream.h"
|
||||
#include "channels/rdpdr/rdpdr.h"
|
||||
#include "channels/rdpsnd/rdpsnd.h"
|
||||
|
||||
#ifdef ENABLE_COMMON_SSH
|
||||
#include "common-ssh/sftp.h"
|
||||
|
@ -22,18 +22,18 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "audio_input.h"
|
||||
#include "clipboard.h"
|
||||
#include "channels/audio-input.h"
|
||||
#include "channels/cliprdr.h"
|
||||
#include "common/clipboard.h"
|
||||
#include "common/display.h"
|
||||
#include "common/list.h"
|
||||
#include "common/recording.h"
|
||||
#include "common/surface.h"
|
||||
#include "disp.h"
|
||||
#include "keyboard.h"
|
||||
#include "rdp_fs.h"
|
||||
#include "rdp_print_job.h"
|
||||
#include "rdp_settings.h"
|
||||
#include "channels/disp.h"
|
||||
#include "keyboard/keyboard.h"
|
||||
#include "fs.h"
|
||||
#include "print-job.h"
|
||||
#include "settings.h"
|
||||
|
||||
#include <freerdp/freerdp.h>
|
||||
#include <freerdp/codec/color.h>
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include "client.h"
|
||||
#include "common/string.h"
|
||||
#include "rdp.h"
|
||||
#include "rdp_settings.h"
|
||||
#include "settings.h"
|
||||
#include "resolution.h"
|
||||
|
||||
#include <freerdp/constants.h>
|
@ -23,7 +23,7 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "rdp_keymap.h"
|
||||
#include "keyboard/keymap.h"
|
||||
|
||||
#include <freerdp/freerdp.h>
|
||||
|
@ -21,8 +21,8 @@
|
||||
#include "config.h"
|
||||
#include "client.h"
|
||||
#include "rdp.h"
|
||||
#include "rdp_fs.h"
|
||||
#include "rdp_stream.h"
|
||||
#include "fs.h"
|
||||
#include "stream.h"
|
||||
|
||||
#include <freerdp/freerdp.h>
|
||||
#include <freerdp/channels/channels.h>
|
@ -17,7 +17,7 @@
|
||||
* under the License.
|
||||
*/
|
||||
|
||||
#include "rdp_fs.h"
|
||||
#include "fs.h"
|
||||
|
||||
#include <CUnit/CUnit.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -19,14 +19,14 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "audio_input.h"
|
||||
#include "channels/audio-input.h"
|
||||
#include "common/display.h"
|
||||
#include "input.h"
|
||||
#include "user.h"
|
||||
#include "pipe-svc.h"
|
||||
#include "channels/pipe-svc.h"
|
||||
#include "rdp.h"
|
||||
#include "rdp_settings.h"
|
||||
#include "rdp_stream.h"
|
||||
#include "settings.h"
|
||||
#include "stream.h"
|
||||
|
||||
#ifdef ENABLE_COMMON_SSH
|
||||
#include "sftp.h"
|
||||
|
Loading…
Reference in New Issue
Block a user