[ofa-general] [PATCH] libnes: Fix "make dist"

Glenn Streiff gstreiff at NetEffect.com
Mon Mar 24 08:37:19 PDT 2008


Applied!

Thanks,

Glenn

> -----Original Message-----
> From: general-bounces at lists.openfabrics.org
> [mailto:general-bounces at lists.openfabrics.org]On Behalf Of 
> Roland Dreier
> Sent: Monday, March 24, 2008 12:33 AM
> To: Glenn Streiff
> Cc: general at lists.openfabrics.org
> 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 <rolandd at cisco.com>
> ---
> 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
> general at lists.openfabrics.org
> http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general
> 
> To unsubscribe, please visit 
> http://openib.org/mailman/listinfo/openib-general
> 



More information about the general mailing list