From def65a6ea0cc7f9bd89935695dfd3d6aba246cbd Mon Sep 17 00:00:00 2001 From: Harikrishnan Hariharan Date: Mon, 24 Jul 2017 15:50:13 +0530 Subject: [PATCH] Changes in LE for DataItemObserver changes Fix compilation errors in LE for changes in adding DataItemObserver interface in SystemStatus. Change-Id: I7f2987672818d9f4ff9db801b55ade6fcdfd9a7d CRs-Fixed: 2081242 --- core/Makefile.am | 3 +++ gnss/Makefile.am | 3 +++ 2 files changed, 6 insertions(+) diff --git a/core/Makefile.am b/core/Makefile.am index 568880c6..42586686 100644 --- a/core/Makefile.am +++ b/core/Makefile.am @@ -1,6 +1,9 @@ AM_CFLAGS = -I./ \ -I../utils \ -I../location \ + -I./data-items \ + -I./data-items/common \ + -I./observer \ $(LOCPLA_CFLAGS) \ $(GPSUTILS_CFLAGS) \ -I$(WORKSPACE)/gps-noship/flp \ diff --git a/gnss/Makefile.am b/gnss/Makefile.am index 3afdcd7a..2365e4c1 100644 --- a/gnss/Makefile.am +++ b/gnss/Makefile.am @@ -4,12 +4,15 @@ AM_CFLAGS = \ -I./ \ -I../utils \ -I../core \ + -I../core/data-items \ + -I../core/observer \ -I../location \ -std=c++11 libgnss_la_SOURCES = \ location_gnss.cpp \ GnssAdapter.cpp \ + XtraSystemStatusObserver.cpp \ Agps.cpp if USE_GLIB