build: fix compilation after missing libxtables_CFLAGS in submodules

This commit is contained in:
Frank Reppin
2011-08-08 01:03:58 +02:00
committed by Jan Engelhardt
parent c7f60a33c5
commit 6ef91897b2
3 changed files with 5 additions and 2 deletions

View File

@@ -1,6 +1,9 @@
HEAD
====
Fixes:
- libxt_ACCOUNT: fix compilation after missing libxtables_CFLAGS
Changes:
- Remove unsupported ipset 4.x from the Xtables-addons distribution

View File

@@ -1,7 +1,7 @@
# -*- Makefile -*-
AM_CPPFLAGS = ${regular_CPPFLAGS} -I${abs_top_srcdir}/extensions
AM_CFLAGS = ${regular_CFLAGS}
AM_CFLAGS = ${regular_CFLAGS} ${libxtables_CFLAGS}
include ../../Makefile.extra

View File

@@ -1,7 +1,7 @@
# -*- Makefile -*-
AM_CPPFLAGS = ${regular_CPPFLAGS} -I${abs_top_srcdir}/extensions
AM_CFLAGS = ${regular_CFLAGS}
AM_CFLAGS = ${regular_CFLAGS} ${libxtables_CFLAGS}
include ../../Makefile.extra