Changeset 91608 in vbox
- Timestamp:
- Oct 7, 2021 7:33:55 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 147330
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/Makefile.kmk
r91569 r91608 67 67 endif 68 68 69 # libtpms for supporting the in process TPM emulation. 70 if defined(VBOX_WITH_LIBTPMS) \ 71 && !defined(VBOX_ONLY_DOCS) \ 72 && !defined(VBOX_ONLY_ADDITIONS) \ 73 && !defined(VBOX_ONLY_SDK) \ 74 && !defined(VBOX_ONLY_VALIDATIONKIT) \ 75 && !defined(VBOX_ONLY_EXTPACKS) \ 76 && ("$(SDK_VBOX_LIBTPMS_INCS)" == "$(SDK_VBOX_LIBTPMS_DEFAULT_INCS)") 77 include $(PATH_SUB_CURRENT)/libtpms-0.9.0/Makefile.kmk 78 endif 79 69 80 # Main related things - XPCOM and XSLT. 70 81 if defined(VBOX_WITH_MAIN) \ … … 89 100 endif 90 101 91 # libtpms for supporting the in process TPM emulation.92 if defined(VBOX_WITH_LIBTPMS) && !defined(VBOX_ONLY_DOCS) && !defined(VBOX_WITH_SDK) && !defined(VBOX_ONLY_EXTPACKS) \93 && ("$(SDK_VBOX_LIBTPMS_INCS)" == "$(SDK_VBOX_LIBTPMS_DEFAULT_INCS)")94 include $(PATH_SUB_CURRENT)/libtpms-0.9.0/Makefile.kmk95 endif96 97 102 endif 98 103
Note:
See TracChangeset
for help on using the changeset viewer.