From def65a6ea0cc7f9bd89935695dfd3d6aba246cbd Mon Sep 17 00:00:00 2001 From: Harikrishnan Hariharan Date: Mon, 24 Jul 2017 15:50:13 +0530 Subject: 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 --- gnss/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gnss') diff --git a/gnss/Makefile.am b/gnss/Makefile.am index 3afdcd7..2365e4c 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 -- cgit v1.2.3