VirtualBox

Changeset 93921 in vbox for trunk


Ignore:
Timestamp:
Feb 24, 2022 3:13:36 PM (3 years ago)
Author:
vboxsync
Message:

src/VBox/Makefile.kmk: Fix build with config combination relevant for OSE builds, there it is normal to have no VRDP (server) code, but have the custom rdesktop code built.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Makefile.kmk

    r93430 r93921  
    4545 include $(PATH_SUB_CURRENT)/Storage/Makefile.kmk
    4646 include $(PATH_SUB_CURRENT)/ExtPacks/Makefile.kmk
    47  ifdef VBOX_WITH_VRDP
     47 if defined(VBOX_WITH_VRDP) || defined(VBOX_WITH_VRDP_RDESKTOP)
    4848  include $(PATH_SUB_CURRENT)/RDP/Makefile.kmk
    4949 endif
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette