summaryrefslogtreecommitdiff
path: root/src/VBox/Main/cbinding
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-01-21 22:37:53 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-01-21 22:37:53 +0000
commitdee31eb57dd4698e2e0c05e7fbb82bd423226f82 (patch)
treeaa219e9daaa4dffa537e8b095b4bfab7d0681dfc /src/VBox/Main/cbinding
parentaad6a7a341971b2676adb26a3ab5476446e78c25 (diff)
downloadVirtualBox-svn-dee31eb57dd4698e2e0c05e7fbb82bd423226f82.tar.gz
*.kmk: s/VBOXMAINEXE/VBoxMainExe/ bugref:10348
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@98183 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Main/cbinding')
-rw-r--r--src/VBox/Main/cbinding/Makefile.kmk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/Main/cbinding/Makefile.kmk b/src/VBox/Main/cbinding/Makefile.kmk
index 1dbcc75eea2..348181c7077 100644
--- a/src/VBox/Main/cbinding/Makefile.kmk
+++ b/src/VBox/Main/cbinding/Makefile.kmk
@@ -106,7 +106,7 @@ if !defined(VBOX_ONLY_SDK)
# The C glue library.
#
LIBRARIES += VBoxCAPIGlue
- VBoxCAPIGlue_TEMPLATE = VBOXMAINEXE
+ VBoxCAPIGlue_TEMPLATE = VBoxMainExe
VBoxCAPIGlue_DEFS = IN_VBOXCAPI
VBoxCAPIGlue_SOURCES = \
VBoxCAPIGlue.c