- Timestamp:
- Sep 12, 2018 9:37:46 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/DragAndDrop/Makefile.kmk
r69111 r74208 5 5 6 6 # 7 # Copyright (C) 2014-201 7Oracle Corporation7 # Copyright (C) 2014-2018 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 50 50 VBoxDnDHostR3Lib_SOURCES = $(VBOX_DND_GUESTHOST_FILES) 51 51 52 # Include the common host services code. 53 VBOX_PATH_HOSTSERVICES_COMMON = $(PATH_ROOT)/src/VBox/HostServices/common 54 VBoxDnDHostR3Lib_SOURCES += \ 55 $(VBOX_PATH_HOSTSERVICES_COMMON)/client.cpp \ 56 $(VBOX_PATH_HOSTSERVICES_COMMON)/message.cpp 57 52 58 include $(FILE_KBUILD_SUB_FOOTER) 53 59
Note:
See TracChangeset
for help on using the changeset viewer.