aboutsummaryrefslogtreecommitdiffstats
path: root/src/sdr
diff options
context:
space:
mode:
authorAlexander Huemer <alexander.huemer@xx.vu>2013-06-11 14:35:47 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2013-06-12 08:08:32 +0200
commit76905d595354bb90710f27df26fc4dd52b3c3ad5 (patch)
tree7ae7cf8ee635b186c6613f2e24a8e9519b0ebf35 /src/sdr
parentcc1e96d8286e2d6f95f492261877e85ec2ae2f8b (diff)
Makefile.am: Use AM_CPPFLAGS
Since automake 1.13 INCLUDES is depricates and causes a warning Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
Diffstat (limited to 'src/sdr')
-rw-r--r--src/sdr/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdr/Makefile.am b/src/sdr/Makefile.am
index df1d2d3..4abb6ea 100644
--- a/src/sdr/Makefile.am
+++ b/src/sdr/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)
+AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)
AM_CFLAGS = -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMODSP_CFLAGS) $(FFTW3F_CFLAGS)
AM_LDFLAGS = $(LIBOSMOCORE_LIBS) $(LIBOSMODSP_LIBS) $(FFTW3F_LIBS)