Fix compilation errors in xtra-daemon for LE.
Fix compilation errors in xtra-daemon in LE for changes made as part of adding biway IPC communication changes. New files created are added as part of LE Makefile. Change-Id: Ic0f0d60dd85eea38bb47753aea4fccfb3070d64c CRs-Fixed: 2122852
This commit is contained in:
parent
b0982b4476
commit
e22e04dbe2
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,7 @@ libgps_utils_so_la_h_sources = \
|
||||||
LocHeap.h \
|
LocHeap.h \
|
||||||
LocThread.h \
|
LocThread.h \
|
||||||
LocTimer.h \
|
LocTimer.h \
|
||||||
|
LocIpc.h \
|
||||||
loc_misc_utils.h \
|
loc_misc_utils.h \
|
||||||
loc_nmea.h \
|
loc_nmea.h \
|
||||||
gps_extended_c.h \
|
gps_extended_c.h \
|
||||||
|
@ -34,6 +35,7 @@ libgps_utils_so_la_c_sources = \
|
||||||
LocHeap.cpp \
|
LocHeap.cpp \
|
||||||
LocTimer.cpp \
|
LocTimer.cpp \
|
||||||
LocThread.cpp \
|
LocThread.cpp \
|
||||||
|
LocIpc.cpp \
|
||||||
MsgTask.cpp \
|
MsgTask.cpp \
|
||||||
loc_misc_utils.cpp \
|
loc_misc_utils.cpp \
|
||||||
loc_nmea.cpp
|
loc_nmea.cpp
|
||||||
|
|
Loading…
Reference in a new issue