Use osm_opensm.c file in AC_CONFIG_SRCDIR ac macros instead of minor *_ctrl.c one.
Signed-off-by: Sasha Khapyorsky <[EMAIL PROTECTED]> --- osm/configure.in | 2 +- osm/opensm/configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/osm/configure.in b/osm/configure.in index 75f3cb0..76297c8 100644 --- a/osm/configure.in +++ b/osm/configure.in @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) AC_INIT(opensm, 3.0.0, [email protected]) -AC_CONFIG_SRCDIR([opensm/osm_sa_service_record_ctrl.c]) +AC_CONFIG_SRCDIR([opensm/osm_opensm.c]) AC_CONFIG_AUX_DIR(config) AM_INIT_AUTOMAKE(opensm, 3.0.0) diff --git a/osm/opensm/configure.in b/osm/opensm/configure.in index cecf932..893e3b1 100644 --- a/osm/opensm/configure.in +++ b/osm/opensm/configure.in @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) AC_INIT(opensm, 2.1.0, [email protected]) -AC_CONFIG_SRCDIR([osm_sa_service_record_ctrl.c]) +AC_CONFIG_SRCDIR([osm_opensm.c]) AC_CONFIG_AUX_DIR(config) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE -- 1.4.4.2.gfc82d _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
