Message ID | 1340649285-20005-2-git-send-email-jengelh@inai.de |
---|---|
State | Accepted |
Headers | show |
diff --git a/Make_global.am b/Make_global.am index b7dab7b..a4e9bd9 100644 --- a/Make_global.am +++ b/Make_global.am @@ -1,2 +1,2 @@ -AM_CPPFLAGS = -I${top_srcdir}/include -AM_CFLAGS = -Wall ${LIBNFNETLINK_CFLAGS} +AM_CPPFLAGS = -I${top_srcdir}/include ${LIBNFNETLINK_CFLAGS} +AM_CFLAGS = -Wall
The flags obtained from pkgconfig are in essence preprocessor ones. Signed-off-by: Jan Engelhardt <jengelh@inai.de> --- Make_global.am | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)