[PATCH] Fix out-of-tree build.

Thomas Graf tgraf at infradead.org
Wed Mar 23 10:49:25 EDT 2011


On Wed, Mar 23, 2011 at 02:33:55PM +0100, Thierry Reding wrote:
> I've been looking at this some more and something struck me. I usually build
> tarballs for autotools-based packages using "make dist". I also run "make
> distcheck" before releases to make that all needed files end up in the
> tarball (note that distcheck also builds out-of-tree). However if I run "make
> distcheck" for libnl from git, it gives me all kinds of errors about missing
> includes and such.
> 
> This left me wondering what the current release procedure looks like, since
> it cannot be "make dist". I'm also attaching a patch that fixes up the
> automake files to fix this up.

To be honest, I've been shipping a manually crafted tarball so far.

I'll be happy to use make dist if we can fix it.

> +	netlink/cli/addr.h \
> +	netlink/cli/class.h \
> +	netlink/cli/cls.h \
> +	netlink/cli/ct.h \
> +	netlink/cli/link.h \
> +	netlink/cli/neigh.h \
> +	netlink/cli/qdisc.h \
> +	netlink/cli/route.h \
> +	netlink/cli/rule.h \
> +	netlink/cli/tc.h \
> +	netlink/cli/utils.h \
> +	netlink/route/cls/basic.h \
> +	netlink/route/cls/cgroup.h \
> +	netlink/route/cls/ematch/cmp.h \
> +	netlink/route/cls/ematch/meta.h \
> +	netlink/route/cls/ematch/nbyte.h \
> +	netlink/route/cls/ematch/text.h \
> +	netlink/route/cls/ematch.h \
> +	netlink/route/link/api.h \
> +	netlink/route/pktloc.h \

Can you resend the patch with those headers being installed?



More information about the libnl mailing list