Changeset 23043 in vbox for trunk/src/VBox/Additions/linux/sharedfolders/Makefile.kmk
- Timestamp:
- Sep 15, 2009 8:23:44 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/sharedfolders/Makefile.kmk
r21412 r23043 23 23 include $(KBUILD_PATH)/subheader.kmk 24 24 25 PROGRAMS += mount vboxsf25 PROGRAMS += mount.vboxsf 26 26 INSTALLS += vboxvfs-mod vboxvfs-sh 27 27 ifdef VBOX_WITH_ADDITION_DRIVERS … … 87 87 # The mount util. 88 88 # 89 mount vboxsf_TEMPLATE = VBOXGUESTR3EXE90 mount vboxsf_DEFS = _GNU_SOURCE91 mount vboxsf_SOURCES = \89 mount.vboxsf_TEMPLATE = VBOXGUESTR3EXE 90 mount.vboxsf_DEFS = _GNU_SOURCE 91 mount.vboxsf_SOURCES = \ 92 92 mount.vboxsf.c 93 93
Note:
See TracChangeset
for help on using the changeset viewer.