Changeset 2717 in vbox
- Timestamp:
- May 18, 2007 2:59:04 PM (18 years ago)
- Location:
- trunk/src/VBox/Additions/linux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/module/Makefile.kmk
r2639 r2717 33 33 include files_vboxadd 34 34 35 vboxmod-bin_INST = bin/additions/src/vboxadd/35 vboxmod-bin_INST = $(INST_ADDITIONS)/src/vboxadd/ 36 36 vboxmod-bin_MODE = a+r,u+w 37 37 vboxmod-bin_SOURCES = $(subst ",,$(FILES_VBOXADD_NOBIN)) 38 38 39 vboxmod-sh_INST = bin/additions/src/vboxadd/39 vboxmod-sh_INST = $(INST_ADDITIONS)/src/vboxadd/ 40 40 vboxmod-sh_MODE = a+rx,u+w 41 41 vboxmod-sh_SOURCES = $(subst ",,$(FILES_VBOXADD_BIN)) -
trunk/src/VBox/Additions/linux/sharedfolders/Makefile.kmk
r2639 r2717 37 37 # Install the source. 38 38 # 39 vboxvfs-bin_INST = bin/additions/src/vboxvfs39 vboxvfs-bin_INST = $(INST_ADDITIONS)/src/vboxvfs 40 40 vboxvfs-bin_MODE = a+r,u+w 41 41 vboxvfs-bin_SOURCES = $(subst ",,$(FILES_VBOXVFS_NOBIN)) 42 42 43 vboxvfs-sh_INST = bin/additions/src/vboxvfs43 vboxvfs-sh_INST = $(INST_ADDITIONS)/src/vboxvfs 44 44 vboxvfs-sh_MODE = a+rx,u+w 45 45 vboxvfs-sh_SOURCES = $(subst ",,$(FILES_VBOXVFS_BIN))
Note:
See TracChangeset
for help on using the changeset viewer.