This should have been patch 5/7 and is dependent on the first 4.
> Signed-off-by: Sean Hefty <[email protected]> > --- > Makefile.am | 6 +++++- > 1 files changed, 5 insertions(+), 1 deletions(-) > > diff --git a/Makefile.am b/Makefile.am > index 604f57a..14e2389 100644 > --- a/Makefile.am > +++ b/Makefile.am > @@ -34,7 +34,11 @@ libibumad_la_DEPENDENCIES = $(srcdir)/src/libibumad.map > > libibumadincludedir = $(includedir)/infiniband > > -libibumadinclude_HEADERS = $(srcdir)/include/infiniband/umad.h > +libibumadinclude_HEADERS = $(srcdir)/include/infiniband/umad.h \ > + $(srcdir)/include/infiniband/umad_types.h \ > + $(srcdir)/include/infiniband/umad_sa.h \ > + $(srcdir)/include/infiniband/umad_sm.h \ > + $(srcdir)/include/infiniband/umad_cm.h > > EXTRA_DIST = $(srcdir)/include/infiniband/umad.h \ > libibumad.spec.in libibumad.spec \ > > > -- > To unsubscribe from this list: send the line "unsubscribe linux-rdma" in > the body of a message to [email protected] > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
