Changeset 58203 in vbox for trunk/src/VBox/Additions/linux
- Timestamp:
- Oct 12, 2015 3:56:32 PM (9 years ago)
- Location:
- trunk/src/VBox/Additions/linux/sharedfolders
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/sharedfolders/Makefile.kmk
r57969 r58203 59 59 60 60 vboxsf_INCS = \ 61 $(PATH_ROOT)/src/VBox/Additions/common/VBoxGuestLib \62 61 $(PATH_ROOT)/src/VBox/Runtime/r0drv/linux 63 62 vboxsf_SOURCES = \ -
trunk/src/VBox/Additions/linux/sharedfolders/files_vboxsf
r57943 r58203 52 52 ${PATH_ROOT}/include/VBox/VBoxGuest2.h=>include/VBox/VBoxGuest2.h \ 53 53 ${PATH_ROOT}/include/VBox/VBoxGuestLib.h=>include/VBox/VBoxGuestLib.h \ 54 ${PATH_ROOT}/include/VBox/VBoxGuestLibSharedFolders.h=>include/VBox/VBoxGuestLibSharedFolders.h \ 54 55 ${PATH_ROOT}/include/VBox/VBoxGuestMangling.h=>include/VBox/VBoxGuestMangling.h \ 55 56 ${PATH_ROOT}/include/VBox/VMMDev.h=>include/VBox/VMMDev.h \ … … 63 64 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/VBGLInternal.h=>VBGLInternal.h \ 64 65 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR0LibSharedFolders.c=>VBoxGuestR0LibSharedFolders.c \ 65 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR0LibSharedFolders.h=>VBoxGuestR0LibSharedFolders.h \66 66 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestLog.h=>VBoxGuestLog.h \ 67 67 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/VMMDev.cpp=>VMMDev.c \ -
trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.h
r58196 r58203 28 28 #endif 29 29 30 #include "VBoxGuestR0LibSharedFolders.h"30 #include <VBox/VBoxGuestLibSharedFolders.h> 31 31 #include "vbsfmount.h" 32 32
Note:
See TracChangeset
for help on using the changeset viewer.