From 95c6ca95b9988d9443d4b1e132e30b5320bab0f6 Mon Sep 17 00:00:00 2001 From: Guillaume BIENKOWSKI Date: Wed, 11 Dec 2013 11:06:36 +0100 Subject: [PATCH] Updated makefile in daemon/ to add BELLESIP_CFLAGS --- daemon/Makefile.am | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 4cd84bf47..db7e4e1eb 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -79,8 +79,10 @@ AM_CFLAGS=$(READLINE_CFLAGS) -DIN_LINPHONE $(STRICT_OPTIONS) AM_CXXFLAGS=$(READLINE_CXXFLAGS) -DIN_LINPHONE $(STRICT_OPTIONS) INCLUDES = \ - -I$(top_srcdir)\ - -I$(top_srcdir)/coreapi\ + -I$(top_srcdir) \ + -I$(top_srcdir)/coreapi \ + -I$(top_srcdir)/include \ $(ORTP_CFLAGS) \ - $(MEDIASTREAMER_CFLAGS) + $(MEDIASTREAMER_CFLAGS) \ + $(BELLESIP_CFLAGS)