From: Brian Schang <netfilter@lists.schang.net>
To: Jan Engelhardt <jengelh@medozas.de>
Cc: kaber@trash.net, netfilter-devel@vger.kernel.org,
netfilter@vger.kernel.org
Subject: Re: [PATCH] utils: add missing include flags to Makefile
Date: Mon, 24 May 2010 21:02:03 -0400 [thread overview]
Message-ID: <4BFB218B.3070609@lists.schang.net> (raw)
In-Reply-To: <1274680413-25691-2-git-send-email-jengelh@medozas.de>
Jan:
On 5/24/2010 1:53 AM, Jan Engelhardt wrote:
> Fixes this compile error:
>
> CC nfnl_osf.o
> nfnl_osf.c:48:36: fatal error: linux/netfilter/xt_osf.h: No such file or directory
> compilation terminated.
>
> References: http://marc.info/?l=netfilter&m=127449929621579&w=2
> Signed-off-by: Jan Engelhardt<jengelh@medozas.de>
> ---
> utils/Makefile.am | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/utils/Makefile.am b/utils/Makefile.am
> index d023b0c..79ce34b 100644
> --- a/utils/Makefile.am
> +++ b/utils/Makefile.am
> @@ -1,5 +1,7 @@
> # -*- Makefile -*-
>
> +AM_CFLAGS = ${regular_CFLAGS} -I${top_builddir}/include -I${top_srcdir}/include
> +
> sbin_PROGRAMS = nfnl_osf
> pkgdata_DATA = pf.os
Complied and works great now. Thank you for the help! I appreciate it.
Have a great day.
--
Brian
prev parent reply other threads:[~2010-05-25 1:02 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-22 3:24 Troubles compiling iptables v1.4.8 Brian Schang
2010-05-24 5:53 ` [patch] Fwd: " Jan Engelhardt
2010-05-26 10:28 ` Patrick McHardy
2010-05-24 5:53 ` [PATCH] utils: add missing include flags to Makefile Jan Engelhardt
2010-05-25 1:02 ` Brian Schang [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4BFB218B.3070609@lists.schang.net \
--to=netfilter@lists.schang.net \
--cc=jengelh@medozas.de \
--cc=kaber@trash.net \
--cc=netfilter-devel@vger.kernel.org \
--cc=netfilter@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.