* libnetfilter_queue: build fixes @ 2011-08-03 15:10 Jan Engelhardt 2011-08-03 15:10 ` [PATCH] build: fix file list warning with automake-1.9 Jan Engelhardt 0 siblings, 1 reply; 3+ messages in thread From: Jan Engelhardt @ 2011-08-03 15:10 UTC (permalink / raw) To: pablo; +Cc: netfilter-devel The following changes since commit fdb06b98e1d5efbdc33ea2724fccd297c3d2315a: build: Linux kernel-style for compilation messages (2011-03-15 18:23:42 +0100) are available in the git repository at: git://dev.medozas.de/libnetfilter_queue master Jan Engelhardt (2): build: fix error with automake-1.9 build: fix file list warning with automake-1.9 .gitignore | 1 + Makefile.am | 2 +- configure.ac | 1 + 3 files changed, 3 insertions(+), 1 deletions(-) ^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] build: fix file list warning with automake-1.9 2011-08-03 15:10 libnetfilter_queue: build fixes Jan Engelhardt @ 2011-08-03 15:10 ` Jan Engelhardt 2011-08-09 12:37 ` Pablo Neira Ayuso 0 siblings, 1 reply; 3+ messages in thread From: Jan Engelhardt @ 2011-08-03 15:10 UTC (permalink / raw) To: pablo; +Cc: netfilter-devel Makefile.am:12: EXTRA_DIST multiply defined in condition TRUE ... Makefile.am:3: ... "EXTRA_DIST" previously defined here Signed-off-by: Jan Engelhardt <jengelh@medozas.de> --- 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 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] build: fix file list warning with automake-1.9 2011-08-03 15:10 ` [PATCH] build: fix file list warning with automake-1.9 Jan Engelhardt @ 2011-08-09 12:37 ` Pablo Neira Ayuso 0 siblings, 0 replies; 3+ messages in thread From: Pablo Neira Ayuso @ 2011-08-09 12:37 UTC (permalink / raw) To: Jan Engelhardt; +Cc: netfilter-devel On 03/08/11 17:10, Jan Engelhardt wrote: > Makefile.am:12: EXTRA_DIST multiply defined in condition TRUE ... > Makefile.am:3: ... "EXTRA_DIST" previously defined here > > Signed-off-by: Jan Engelhardt <jengelh@medozas.de> applied, thanks ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-08-09 12:37 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2011-08-03 15:10 libnetfilter_queue: build fixes Jan Engelhardt 2011-08-03 15:10 ` [PATCH] build: fix file list warning with automake-1.9 Jan Engelhardt 2011-08-09 12:37 ` Pablo Neira Ayuso
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).