netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jan Engelhardt <jengelh@medozas.de>
To: kaber@trash.net
Cc: netfilter-devel@vger.kernel.org, netfilter@vger.kernel.org,
	netfilter@lists.schang.net
Subject: [PATCH] utils: add missing include flags to Makefile
Date: Mon, 24 May 2010 07:53:32 +0200	[thread overview]
Message-ID: <1274680413-25691-2-git-send-email-jengelh@medozas.de> (raw)
In-Reply-To: <4BF74E78.1030805@lists.schang.net>

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
 
-- 
1.7.1


  parent reply	other threads:[~2010-05-24  5:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <4BF74E78.1030805@lists.schang.net>
2010-05-24  5:53 ` [patch] Fwd: Troubles compiling iptables v1.4.8 Jan Engelhardt
2010-05-26 10:28   ` Patrick McHardy
2010-05-24  5:53 ` Jan Engelhardt [this message]
2010-05-25  1:02   ` [PATCH] utils: add missing include flags to Makefile Brian Schang

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=1274680413-25691-2-git-send-email-jengelh@medozas.de \
    --to=jengelh@medozas.de \
    --cc=kaber@trash.net \
    --cc=netfilter-devel@vger.kernel.org \
    --cc=netfilter@lists.schang.net \
    --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 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).