Makefile.am: Use AM_CPPFLAGS

Since automake 1.13 INCLUDES is depricates and causes a warning
This commit is contained in:
Alexander Huemer 2013-06-11 14:19:48 +02:00 committed by Holger Hans Peter Freyther
parent 9ac453759c
commit 1e4400d26a
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
ACLOCAL_AMFLAGS = -I m4
INCLUDES = $(all_includes) -I$(top_srcdir)/include
AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include
SUBDIRS = include src src/vty src/codec src/gsm src/gb tests utils
pkgconfigdir = $(libdir)/pkgconfig