diff options
Diffstat (limited to 'src/VBox/RDP/client/files_rdesktop-vrdp')
-rw-r--r-- | src/VBox/RDP/client/files_rdesktop-vrdp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/VBox/RDP/client/files_rdesktop-vrdp b/src/VBox/RDP/client/files_rdesktop-vrdp index 95c9749e9..9572d14af 100644 --- a/src/VBox/RDP/client/files_rdesktop-vrdp +++ b/src/VBox/RDP/client/files_rdesktop-vrdp @@ -1,4 +1,4 @@ -# $Id: files_rdesktop-vrdp $ +# $Id: files_rdesktop-vrdp 37955 2011-07-14 12:23:02Z vboxsync $ ## @file # VBox - rdesktop with VRDP enhancements archive file list. # @@ -52,6 +52,7 @@ rdesktop-nonbin_SOURCES = \ $(PATH_ROOT)/include/iprt/thread.h=>include/iprt/thread.h \ $(PATH_ROOT)/include/iprt/types.h=>include/iprt/types.h \ $(PATH_ROOT)/include/iprt/uni.h=>include/iprt/uni.h \ + $(PATH_ROOT)/include/iprt/x86.h=>include/iprt/x86.h \ $(PATH_ROOT)/include/VBox/cdefs.h=>include/VBox/cdefs.h \ $(PATH_ROOT)/include/VBox/err.h=>include/VBox/err.h \ $(PATH_ROOT)/include/VBox/log.h=>include/VBox/log.h \ @@ -62,7 +63,6 @@ rdesktop-nonbin_SOURCES = \ $(PATH_ROOT)/include/VBox/usblib.h=>include/VBox/usblib.h \ $(PATH_ROOT)/include/VBox/version.h=>include/VBox/version.h \ $(PATH_ROOT)/include/VBox/vusb.h=>include/VBox/vusb.h \ - $(PATH_ROOT)/include/VBox/x86.h=>include/VBox/x86.h \ $(PATH_ROOT)/src/VBox/Devices/USB/linux/USBProxyDevice-linux.cpp=>vrdp/linux/USBProxyDevice-linux.cpp \ $(PATH_ROOT)/src/VBox/Devices/USB/USBProxyDevice.h=>vrdp/USBProxyDevice.h \ $(PATH_ROOT)/src/VBox/HostDrivers/VBoxUSB/USBLib.cpp=>vrdp/USBLib.cpp \ |