From 9ffeb9756a5077dce1e9fffa705239dc290e0d98 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 3 Jun 2013 01:59:25 +0200 Subject: build: remove unused all_includes and use AM_CPPFLAGS Preprocessor flags are best placed in AM_CPPFLAGS. Remove use of the unused all_includes variable, which is never set. --- Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index f2899ccb..faf7a832 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,5 @@ ACLOCAL_AMFLAGS = -I m4 -AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include SUBDIRS = include src src/vty src/codec src/gsm src/gb src/ctrl tests utils pkgconfigdir = $(libdir)/pkgconfig -- cgit v1.2.3