build: pass down AM_CFLAGS to sub-makes

Honor ipset/Makefile.am's AM_CFLAGS when compiling extensions.
This commit is contained in:
Jan Engelhardt
2010-12-11 18:20:13 +01:00
parent 549508499c
commit 3bbea41b30
3 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
# -*- Makefile -*-
# AUTOMAKE
export AM_CFLAGS
XA_SRCDIR = ${srcdir}
XA_TOPSRCDIR = ${top_srcdir}
XA_ABSTOPSRCDIR = ${abs_top_srcdir}