[PATCH] libosmocore[master]: build: cosmetic: coding: break a CPPFLAGS line

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Mon Mar 13 13:49:28 UTC 2017


Review at  https://gerrit.osmocom.org/2043

build: cosmetic: coding: break a CPPFLAGS line

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

Change-Id: I174086a988b51b6e80f3661609069b69a3d41cc7
---
M src/coding/Makefile.am
1 file changed, 3 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/43/2043/1

diff --git a/src/coding/Makefile.am b/src/coding/Makefile.am
index 5a055c8..e19b187 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

-- 
To view, visit https://gerrit.osmocom.org/2043
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I174086a988b51b6e80f3661609069b69a3d41cc7
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list