summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-10-30 23:41:43 +0200
committerJan Engelhardt <jengelh@medozas.de>2010-10-30 23:59:24 +0200
commit619c407e1e3914738f3d2ecf183566ea68be1917 (patch)
tree6af5c4b78c0ba9993cf8a6aadde2b4e0c274c2ce /Makefile.am
parentd4fb1abd705b02767de88dd26783e15264422f70 (diff)
build: avoid use of deprecated INCLUDES
And remove unused $(all_includes). Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index eb7d586..c6e1154 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES =$(all_includes) -I$(top_srcdir)/include
+AM_CPPFLAGS = -I$(top_srcdir)/include
SUBDIRS = include src utils
LINKOPTS = -lnfnetlink