Changeset 2717 in vbox for trunk/src/VBox/Additions/linux/module
- Timestamp:
- May 18, 2007 2:59:04 PM (18 years ago)
- File:
-
- 1 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))
Note:
See TracChangeset
for help on using the changeset viewer.