diff options
author | Neels Hofmeyr <nhofmeyr@sysmocom.de> | 2017-03-13 14:47:23 +0100 |
---|---|---|
committer | Neels Hofmeyr <nhofmeyr@sysmocom.de> | 2017-03-13 14:49:12 +0100 |
commit | 6d0fd7ba9705e3f0e037ea47668ae9e84ad38c2b (patch) | |
tree | 6b1faa1d977301a4856aec2a9209240c0855d069 /src/coding | |
parent | b14caa0ab9c6b8b8671171a238ab70eb66cf5bbe (diff) |
build: cosmetic: coding: break a CPPFLAGS line
Matches our general scheme and helps readability of an upcoming patch.
Change-Id: I174086a988b51b6e80f3661609069b69a3d41cc7
Diffstat (limited to 'src/coding')
-rw-r--r-- | src/coding/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
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 |