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
diff --git a/utils/Makefile.am b/utils/Makefile.am
index 33a87da..b8c4c52 100644
--- a/utils/Makefile.am
+++ b/utils/Makefile.am
@@ -19,6 +19,7 @@
         LocHeap.h \
         LocThread.h \
         LocTimer.h \
+        LocIpc.h \
         loc_misc_utils.h \
         loc_nmea.h \
         gps_extended_c.h \
@@ -34,6 +35,7 @@
         LocHeap.cpp \
         LocTimer.cpp \
         LocThread.cpp \
+        LocIpc.cpp \
         MsgTask.cpp \
         loc_misc_utils.cpp \
         loc_nmea.cpp