On Monday, July 14, 2014 12:59:47 PM Marcus Meissner wrote: > >From d20852620f5aef9eb44077134d4855dad5505719 Mon Sep 17 00:00:00 2001 > > From: Marcus Meissner <[email protected]> > Date: Mon, 14 Jul 2014 12:55:59 +0200 > Subject: [PATCH 2/2] tools: specify source relations more correct > > Include the header file dependencies. This will improve "make dist" > generated tarballs. > --- > tools/Makefile.am | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-)
Thanks for the patch, can I add your "Signed-off" line to it? > diff --git a/tools/Makefile.am b/tools/Makefile.am > index a88df73..9e868b4 100644 > --- a/tools/Makefile.am > +++ b/tools/Makefile.am > @@ -17,7 +17,7 @@ > # > > noinst_LTLIBRARIES = util.la > -util_la_SOURCES = util.c util.h > +util_la_SOURCES = util.c util.h bpf.h > util_la_LDFLAGS = -module > > bin_PROGRAMS = \ > @@ -27,6 +27,9 @@ noinst_PROGRAMS = \ > scmp_bpf_disasm \ > scmp_bpf_sim > > +scmp_bpf_disasm_SOURCES = scmp_bpf_disasm.c bpf.h util.h > +scmp_bpf_sim_SOURCES = scmp_bpf_sim.c bpf.h util.h > + > scmp_sys_resolver_LDADD = ../src/libseccomp-internal.la > scmp_arch_detect_LDADD = ../src/libseccomp-internal.la > scmp_bpf_disasm_LDADD = util.la -- paul moore security and virtualization @ redhat ------------------------------------------------------------------------------ Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck Code Sight - the same software that powers the world's largest code search on Ohloh, the Black Duck Open Hub! Try it now. http://p.sf.net/sfu/bds _______________________________________________ libseccomp-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libseccomp-discuss
