summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-10-30 23:18:43 +0200
committerJan Engelhardt <jengelh@medozas.de>2010-10-30 23:45:16 +0200
commitc7f5c63f3f2dd7a52817926825deffae8f512afc (patch)
tree0f97accdcc837d482df4f8f6fa7ee7c55cfeef05
parent3b21fdfbb5336e46fa35c266f0f3c0c8a9ed4a29 (diff)
downloadlibnfnetlink-c7f5c63f3f2dd7a52817926825deffae8f512afc.tar.gz
build: avoid use of deprecated INCLUDES
Make_global.am:7: "INCLUDES" is the old name for "AM_CPPFLAGS" (or "*_CPPFLAGS") Also remove unused $(all_includes). Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
-rw-r--r--Make_global.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Make_global.am b/Make_global.am
index b62b712..8b406a9 100644
--- a/Make_global.am
+++ b/Make_global.am
@@ -4,4 +4,4 @@
# http://sources.redhat.com/autobook/autobook/autobook_91.html
LIBVERSION=2:0:2
-INCLUDES=$(all_includes) -I$(top_srcdir)/include
+AM_CPPFLAGS = -I$(top_srcdir)/include