From 6d0fd7ba9705e3f0e037ea47668ae9e84ad38c2b Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 13 Mar 2017 14:47:23 +0100 Subject: build: cosmetic: coding: break a CPPFLAGS line Matches our general scheme and helps readability of an upcoming patch. Change-Id: I174086a988b51b6e80f3661609069b69a3d41cc7 --- src/coding/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/coding') diff --git a/src/coding/Makefile.am b/src/coding/Makefile.am index 5a055c8d..e19b1877 100644 --- a/src/coding/Makefile.am +++ b/src/coding/Makefile.am @@ -3,7 +3,9 @@ # documentation before making any modification LIBVERSION = 0:0:0 -AM_CPPFLAGS = -I$(top_srcdir)/include $(TALLOC_CFLAGS) +AM_CPPFLAGS = \ + -I"$(top_srcdir)/include" \ + $(TALLOC_CFLAGS) AM_CFLAGS = -Wall lib_LTLIBRARIES = libosmocoding.la -- cgit v1.2.3