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:
Harikrishnan Hariharan 2017-10-07 15:19:19 +05:30
parent b0982b4476
commit e22e04dbe2

View file

@ -19,6 +19,7 @@ libgps_utils_so_la_h_sources = \
LocHeap.h \
LocThread.h \
LocTimer.h \
LocIpc.h \
loc_misc_utils.h \
loc_nmea.h \
gps_extended_c.h \
@ -34,6 +35,7 @@ libgps_utils_so_la_c_sources = \
LocHeap.cpp \
LocTimer.cpp \
LocThread.cpp \
LocIpc.cpp \
MsgTask.cpp \
loc_misc_utils.cpp \
loc_nmea.cpp