about summary refs log tree commit diff
path: root/src/ipaddr/Makefile.am
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2012-09-24 17:45:15 +0200
committerAlexander Barton <alex@barton.de>2012-09-24 17:45:15 +0200
commitd4df626d8872576b3fb54280764f16f3b94d783b (patch)
treefab7a0256e3f7365a111125068c71537676aed62 /src/ipaddr/Makefile.am
parenteed8a4ee6e2ba814d2cc6041eb9ac8df10d01e9e (diff)
downloadngircd-d4df626d8872576b3fb54280764f16f3b94d783b.tar.gz
ngircd-d4df626d8872576b3fb54280764f16f3b94d783b.zip
automake: don't use INCLUDES, it's AM_CPPFLAGS nowadays
Diffstat (limited to 'src/ipaddr/Makefile.am')
-rw-r--r--src/ipaddr/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipaddr/Makefile.am b/src/ipaddr/Makefile.am
index 6ce299f2..e898d64b 100644
--- a/src/ipaddr/Makefile.am
+++ b/src/ipaddr/Makefile.am
@@ -5,7 +5,7 @@
 
 AUTOMAKE_OPTIONS = ../portab/ansi2knr
 
-INCLUDES = -I$(srcdir)/../portab
+AM_CPPFLAGS = -I$(srcdir)/../portab
 
 noinst_LIBRARIES = libngipaddr.a