Applied! Thanks,
Glenn > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > Roland Dreier > Sent: Monday, March 24, 2008 12:33 AM > To: Glenn Streiff > Cc: [email protected] > Subject: [ofa-general] [PATCH] libnes: Fix "make dist" > > > Need to include src/nes_umain.h in the generated tar file to create a > buildable distribution. Otherwise "make distcheck" fails with > > configure: error: cannot find sources (src/nes_umain.h) in .. > > Signed-off-by: Roland Dreier <[EMAIL PROTECTED]> > --- > diff --git a/Makefile.am b/Makefile.am > index 73aea71..a5fdfc2 100644 > --- a/Makefile.am > +++ b/Makefile.am > @@ -19,7 +19,7 @@ nesconf_DATA = nes.driver > #DEBIAN = debian/changelog debian/compat debian/control > debian/copyright \ > # debian/libnes1.install debian/libnes-dev.install debian/rules > > -EXTRA_DIST = src/nes-abi.h \ > +EXTRA_DIST = src/nes-abi.h src/nes_umain.h \ > src/nes.map libnes.spec.in nes.driver $(DEBIAN) > > dist-hook: libnes.spec > _______________________________________________ > 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 > _______________________________________________ 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
