aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@inai.de>2014-10-02 23:22:18 +0200
committerJan Engelhardt <jengelh@inai.de>2014-10-02 23:22:55 +0200
commit226e99483234c100e5a18ea12838d98a3b091de6 (patch)
treeb05d6c0d0a6faf368f7cea3c6f8c43d86f219f82 /src/Makefile.am
parentde816861cb000453991c52896315ae5a65a0fdf7 (diff)
build: remove all_includes
This variable is never set and could therefore be removed.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index ca40152..7fbdaf2 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=2:0:0
-AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)
+AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)
AM_CFLAGS= -fPIC -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(COVERAGE_CFLAGS)
AM_LDFLAGS = $(COVERAGE_LDFLAGS)