aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlexander Huemer <alexander.huemer@xx.vu>2013-06-11 14:27:29 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2013-06-12 07:55:33 +0200
commitf54f7ff8735b8cefa05f87cf40cc212a2fcdff53 (patch)
tree4c5dbb09ed21f492e36103e11e8a6f90ef39a0dd /src
parentf9df8894c72cbd491bdd2f6d4cbea95c46810267 (diff)
Makefile.am: Use AM_CPPFLAGS
Since automake 1.13 INCLUDES is depricates and causes a warning
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index ce37da5..8a4ca76 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,7 +2,7 @@
# Please read Chapter 6 "Library interface versions" of the libtool documentation before making any modification
LIBVERSION=0:0:0
-INCLUDES = $(all_includes) -I$(top_srcdir)/include
+AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include
AM_CFLAGS = -Wall -ffast-math $(FFTW3F_CFLAGS)
lib_LTLIBRARIES = libosmodsp.la