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
This commit is contained in:
Harikrishnan Hariharan 2017-07-24 15:50:13 +05:30 committed by Gerrit - the friendly Code Review server
parent 8dbe17715b
commit def65a6ea0
2 changed files with 6 additions and 0 deletions

View file

@ -1,6 +1,9 @@
AM_CFLAGS = -I./ \ AM_CFLAGS = -I./ \
-I../utils \ -I../utils \
-I../location \ -I../location \
-I./data-items \
-I./data-items/common \
-I./observer \
$(LOCPLA_CFLAGS) \ $(LOCPLA_CFLAGS) \
$(GPSUTILS_CFLAGS) \ $(GPSUTILS_CFLAGS) \
-I$(WORKSPACE)/gps-noship/flp \ -I$(WORKSPACE)/gps-noship/flp \

View file

@ -4,12 +4,15 @@ AM_CFLAGS = \
-I./ \ -I./ \
-I../utils \ -I../utils \
-I../core \ -I../core \
-I../core/data-items \
-I../core/observer \
-I../location \ -I../location \
-std=c++11 -std=c++11
libgnss_la_SOURCES = \ libgnss_la_SOURCES = \
location_gnss.cpp \ location_gnss.cpp \
GnssAdapter.cpp \ GnssAdapter.cpp \
XtraSystemStatusObserver.cpp \
Agps.cpp Agps.cpp
if USE_GLIB if USE_GLIB