Changeset 35507 in vbox
- Timestamp:
- Jan 12, 2011 2:52:23 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69390
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/auth/Makefile.kmk
r34563 r35507 21 21 # The plugin. 22 22 ifndef VBOX_ONLY_SDK 23 DLLS += VBoxAuth 23 if ("$(KBUILD_TARGET)" != "linux" && "$(KBUILD_TARGET)" != "solaris") || defined(VBOX_WITH_PAM) 24 DLLS += VBoxAuth 25 endif 24 26 endif 25 27 VBoxAuth_TEMPLATE = VBOXR3
Note:
See TracChangeset
for help on using the changeset viewer.