From e22e04dbe2d24fddfcd19c432c5f033b5deee189 Mon Sep 17 00:00:00 2001 From: Harikrishnan Hariharan Date: Sat, 7 Oct 2017 15:19:19 +0530 Subject: [PATCH] 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 --- utils/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/Makefile.am b/utils/Makefile.am index 33a87dab..b8c4c52d 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -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