From 06e6d68aee14fcc39d577ec44de4c99cd785a2f3 Mon Sep 17 00:00:00 2001 From: Naresh Munagala Date: Fri, 23 Dec 2016 10:42:44 +0530 Subject: move nmea generation logic inside utils NMEA generation logic needs to be reused across the interface boundaries. Moved this logic inside utils. Change-Id: Icb5c6fbc38b178c5edea468d26286e21749bfbfb CRs-Fixed: 1098734 --- loc-hal.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loc-hal.pc.in') diff --git a/loc-hal.pc.in b/loc-hal.pc.in index 92e8341..c6ece74 100644 --- a/loc-hal.pc.in +++ b/loc-hal.pc.in @@ -6,5 +6,5 @@ includedir=@includedir@ Name: loc-hal Description: QTI GPS Loc HAL Version: @VERSION -Libs: -L${libdir} -lgps_utils_so -lloc_core -lloc_eng_so -lloc_ds_api -lloc_api_v02 +Libs: -L${libdir} -lloc_core -lloc_eng_so -lloc_ds_api -lloc_api_v02 Cflags: -I${includedir} -I${includedir}/loc-hal/utils -I${includedir}/loc-hal/core -I${includedir}/loc-hal -- cgit v1.2.3