summaryrefslogtreecommitdiff
path: root/utils/Makefile.am
diff options
context:
space:
mode:
authorHarikrishnan Hariharan <hahariha@codeaurora.org>2017-10-07 15:19:19 +0530
committerHarikrishnan Hariharan <hahariha@codeaurora.org>2017-10-07 15:19:19 +0530
commite22e04dbe2d24fddfcd19c432c5f033b5deee189 (patch)
treeeb56a4001458dc1e6778cf3bf4ea86f3747099e5 /utils/Makefile.am
parentb0982b4476d852410658b307afdeacccd26fb981 (diff)
downloadgps-e22e04dbe2d24fddfcd19c432c5f033b5deee189.tar.gz
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
Diffstat (limited to 'utils/Makefile.am')
-rw-r--r--utils/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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 @@ 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