This should be helpful for third party software (specifically OpenSM event plugin(s)) to not bother with vendor selection and compilation flags setup.
Signed-off-by: Sasha Khapyorsky <[EMAIL PROTECTED]> --- opensm/include/vendor/osm_vendor_select.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opensm/include/vendor/osm_vendor_select.h b/opensm/include/vendor/osm_vendor_select.h index 8dcc05b..a7d12dc 100644 --- a/opensm/include/vendor/osm_vendor_select.h +++ b/opensm/include/vendor/osm_vendor_select.h @@ -58,7 +58,7 @@ #ifndef OSM_VENDOR_INTF_TS #ifndef OSM_VENDOR_INTF_SIM #ifndef OSM_VENDOR_INTF_AL -#define OSM_VENDOR_INTF_AL +#define OSM_VENDOR_INTF_OPENIB #endif /* AL */ #endif /* TS */ #endif /* SIM */ -- 1.5.5.1.178.g1f811 _______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
