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:
parent
8dbe17715b
commit
def65a6ea0
2 changed files with 6 additions and 0 deletions
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue