[ofa-general] [PATCH] opensm: fix broken make dist

Sasha Khapyorsky sashak at voltaire.com
Sat Sep 15 11:37:29 PDT 2007


This adds qos parser lex and yacc files to the opensm tarball created
by 'make dist' to make it buildable.

Signed-off-by: Sasha Khapyorsky <sashak at voltaire.com>
---
 opensm/opensm/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/opensm/opensm/Makefile.am b/opensm/opensm/Makefile.am
index 8440b4a..5e1abd5 100644
--- a/opensm/opensm/Makefile.am
+++ b/opensm/opensm/Makefile.am
@@ -105,7 +105,8 @@ opensminclude_HEADERS = $(srcdir)/../include/opensm/osm_base.h \
 
 # headers are distributed as part of the include dir
 EXTRA_DIST = $(srcdir)/libopensm.map $(srcdir)/libopensm.ver \
-	     $(srcdir)/ChangeLog
+	     $(srcdir)/ChangeLog \
+	     $(srcdir)/osm_qos_parser.y $(srcdir)/osm_qos_parser.l
 
 # as we can not use libtool -release since it actually changes the SONAME
 # to the full release name instead of keeping it to the original
-- 
1.5.3.1.91.gd3392




More information about the general mailing list