aboutsummaryrefslogtreecommitdiffstats
path: root/examples/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 /examples/Makefile.am
parentde816861cb000453991c52896315ae5a65a0fdf7 (diff)
build: remove all_includes
This variable is never set and could therefore be removed.
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r--examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index f8cfc8f..ddfaa48 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,4 +1,4 @@
-AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include
+AM_CPPFLAGS = -I$(top_srcdir)/include
AM_CFLAGS=-Wall -g $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOABIS_CFLAGS) $(COVERAGE_CFLAGS)
AM_LDFLAGS = $(COVERAGE_LDFLAGS)