Changeset 12195 in vbox for trunk/src/libs
- Timestamp:
- Sep 8, 2008 2:18:42 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/Makefile.kmk
r11848 r12195 105 105 #endif # !VBOX_OSE 106 106 ifdef VBOX_WITH_VRDP 107 if1of ($(KBUILD_TARGET), darwin linux solaris win) 108 ifeq ($(SDK_VBOX_OPENSSL_INCS),$(SDK_VBOX_OPENSSL_DEFAULT_INCS)) 109 subdirs += openssl-0.9.8h 110 endif 111 else 112 ifeq ($(SDK_VBOX_OPENSSL_INCS),$(PATH_ROOT)/src/libs/openssl-0.9.7e/include) 113 subdirs += openssl-0.9.7e 114 endif 107 ifeq ($(SDK_VBOX_OPENSSL_INCS),$(SDK_VBOX_OPENSSL_DEFAULT_INCS)) 108 subdirs += openssl-0.9.8h 115 109 endif 116 110 endif … … 130 124 ifndef VBOX_OSE 131 125 ifdef VBOX_WITH_FFMPEG 132 if eq ($(KBUILD_TARGET),darwin)126 if1of ($(KBUILD_TARGET), darwin) 133 127 subdirs += ffmpeg-20060710 134 128 endif
Note:
See TracChangeset
for help on using the changeset viewer.