VirtualBox

Changeset 26458 in vbox


Ignore:
Timestamp:
Feb 12, 2010 11:39:47 AM (15 years ago)
Author:
vboxsync
Message:

pam_vbox: Enable building on Linux (no OSE yet).

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r26410 r26458  
    321321if1of ($(KBUILD_TARGET), linux solaris)
    322322 VBOX_WITH_DBUS = 1
     323endif
     324# Enable building PAM modules
     325if1of ($(KBUILD_TARGET), linux)
     326 VBOX_WITH_PAM = 1
    323327endif
    324328# Disable WINMM support for Windows (not implemented).
  • trunk/src/VBox/Additions/linux/Makefile.kmk

    r25204 r26458  
    2828include $(PATH_SUB_CURRENT)/sharedfolders/Makefile.kmk
    2929include $(PATH_SUB_CURRENT)/drm/Makefile.kmk
     30ifndef VBOX_OSE
     31 # Will be in OSE?
     32 ifdef VBOX_WITH_PAM
     33  include $(PATH_SUB_CURRENT)/pam/Makefile.kmk
     34 endif
     35endif
    3036
    3137#
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