summaryrefslogtreecommitdiff
path: root/utils/Makefile.am
diff options
context:
space:
mode:
authorDeven Patel <cdevenp@codeaurora.org>2016-03-02 12:49:02 -0800
committerDeven Patel <cdevenp@codeaurora.org>2016-03-07 10:52:46 -0800
commitfa7a874eb0586c7844fe3a4cb8d0063ce53464f0 (patch)
tree101a4c80aaacf10706166167e295f5e7001ca800 /utils/Makefile.am
parenta05f77fa0bc52e4af440f8fe3a4b043209396680 (diff)
downloadgps-fa7a874eb0586c7844fe3a4cb8d0063ce53464f0.tar.gz
Revert "Fix compilation issues for m_master merge into oe_master".
This reverts commit ecb67363ee73c0374424795ae6014a794065f5ab Change-Id: I7b540247b246ea4caf710247d2c58b55515dae7c
Diffstat (limited to 'utils/Makefile.am')
-rw-r--r--utils/Makefile.am15
1 files changed, 3 insertions, 12 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am
index 50f1007..5e71843 100644
--- a/utils/Makefile.am
+++ b/utils/Makefile.am
@@ -14,24 +14,15 @@ libgps_utils_so_la_h_sources = \
loc_cfg.h \
loc_log.h \
loc_target.h \
- loc_timer.h \
- MsgTask.h \
- LocHeap.h \
- LocThread.h \
- LocTimer.h \
- loc_misc_utils.h
+ loc_timer.h
libgps_utils_so_la_c_sources = \
linked_list.c \
msg_q.c \
loc_cfg.cpp \
loc_log.cpp \
- loc_target.cpp \
- LocHeap.cpp \
- LocTimer.cpp \
- LocThread.cpp \
- MsgTask.cpp \
- loc_misc_utils.cpp
+ loc_timer.c \
+ loc_target.cpp
library_includedir = $(pkgincludedir)/utils