Makefile.am:12: EXTRA_DIST multiply defined in condition TRUE ... Makefile.am:3: ... "EXTRA_DIST" previously defined here Signed-off-by: Jan Engelhardt <jengelh@xxxxxxxxxx> --- Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index d7c825d..bc2f61c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,4 +9,4 @@ man_MANS = #nfnetlink_queue.3 nfnetlink_queue.7 pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libnetfilter_queue.pc -EXTRA_DIST = Make_global.am +EXTRA_DIST += Make_global.am -- 1.7.3.4 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html