diff options
author | Junfeng Dong <junfeng.dong@intel.com> | 2013-03-25 18:57:18 +0800 |
---|---|---|
committer | lifang <fangx.li@intel.com> | 2013-03-29 05:23:15 +0800 |
commit | bf5f6ec227c7f0030985a6bc4a1fc34226c986ea (patch) | |
tree | 897833482b0e5b93b7d6847ca838428df9cdbd84 /location-appman.pc.in | |
parent | ef99ea8e643867d3964802a98e761c609bd1c571 (diff) | |
download | liblocation-appman-bf5f6ec227c7f0030985a6bc4a1fc34226c986ea.tar.gz liblocation-appman-bf5f6ec227c7f0030985a6bc4a1fc34226c986ea.tar.bz2 liblocation-appman-bf5f6ec227c7f0030985a6bc4a1fc34226c986ea.zip |
Fix for 64 bit compatibility.submit/tizen_2.1/20130424.231556submit/tizen/20130611.161324accepted/tizen_2.1/20130425.035151accepted/tizen/20130611.1535432.1b_releasetizen_2.1
- Fix hardcoding path.
- Use %cmake to set default paths.
Change-Id: Id4d3c9b745f2cb323f540177a7c6bb687d4c1ebb
Diffstat (limited to 'location-appman.pc.in')
-rw-r--r-- | location-appman.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/location-appman.pc.in b/location-appman.pc.in index 3c4555a..be70491 100644 --- a/location-appman.pc.in +++ b/location-appman.pc.in @@ -3,7 +3,7 @@ prefix=@PREFIX@ exec_prefix=/usr -libdir=/usr/lib +libdir=@LIB_INSTALL_DIR@ includedir=/usr/include/location-appman Name: @PC_NAME@ |