netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jan Engelhardt <jengelh@medozas.de>
To: kaber@trash.net
Cc: pablo@netfilter.org, netfilter-devel@vger.kernel.org
Subject: [PATCH] build: re-add missing CPPFLAGS for libiptc
Date: Wed,  8 Jun 2011 12:33:49 +0200	[thread overview]
Message-ID: <1307529230-20173-2-git-send-email-jengelh@medozas.de> (raw)
In-Reply-To: <1307529230-20173-1-git-send-email-jengelh@medozas.de>

These got lost on commit v1.4.11-12-g5c8f5b6.

Note: When /usr/include/libiptc/libiptc.h exists, this error is
masked away :-/  (IMO, #include-with-quotes "foo.h" should not
search system dirs...)

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
---
 libiptc/Makefile.am |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/libiptc/Makefile.am b/libiptc/Makefile.am
index a7d0ea2..22c920f 100644
--- a/libiptc/Makefile.am
+++ b/libiptc/Makefile.am
@@ -1,5 +1,8 @@
 # -*- Makefile -*-
 
+AM_CFLAGS        = ${regular_CFLAGS}
+AM_CPPFLAGS      = ${regular_CPPFLAGS} -I${top_builddir}/include -I${top_srcdir}/include ${kinclude_CPPFLAGS}
+
 pkgconfig_DATA      = libiptc.pc
 
 lib_LTLIBRARIES     = libip4tc.la libip6tc.la libiptc.la
-- 
1.7.3.4


  reply	other threads:[~2011-06-08 10:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-08 10:33 Compile fix Jan Engelhardt
2011-06-08 10:33 ` Jan Engelhardt [this message]
2011-06-08 10:37 ` Patrick McHardy

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