build: cosmetic: coding: break a CPPFLAGS line

Matches our general scheme and helps readability of an upcoming patch.

Change-Id: I174086a988b51b6e80f3661609069b69a3d41cc7
This commit is contained in:
Neels Hofmeyr 2017-03-13 14:47:23 +01:00
parent b14caa0ab9
commit 6d0fd7ba97
1 changed files with 3 additions and 1 deletions

View File

@ -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