summaryrefslogtreecommitdiffstats
path: root/src/coding
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding')
-rw-r--r--src/coding/Makefile.am4
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