diff options
author | jk7744.park <jk7744.park@samsung.com> | 2015-10-24 16:45:43 +0900 |
---|---|---|
committer | jk7744.park <jk7744.park@samsung.com> | 2015-10-24 16:45:43 +0900 |
commit | 30aa89fe44757936f60148344791cecbc8e745f4 (patch) | |
tree | e28b9feead1d7b37a5923091c5917f0bee05eb6e /maps-plugin-here.pc.in | |
parent | d790947a802824c442a22083376dc40a5c786f05 (diff) | |
download | maps-plugin-here-30aa89fe44757936f60148344791cecbc8e745f4.tar.gz maps-plugin-here-30aa89fe44757936f60148344791cecbc8e745f4.tar.bz2 maps-plugin-here-30aa89fe44757936f60148344791cecbc8e745f4.zip |
tizen 2.4 releasetizen_2.4_mobile_releasesubmit/tizen_2.4/20151028.064257accepted/tizen/2.4/mobile/20151029.032842
Diffstat (limited to 'maps-plugin-here.pc.in')
-rwxr-xr-x | maps-plugin-here.pc.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/maps-plugin-here.pc.in b/maps-plugin-here.pc.in new file mode 100755 index 0000000..599cd78 --- /dev/null +++ b/maps-plugin-here.pc.in @@ -0,0 +1,14 @@ +#Package Information for pkg-config + +prefix=@PREFIX@ +exec_prefix=/usr +libdir=/usr/lib +includedir=@PC_INCLUDE@ + +Name: @PC_NAME@ +Description: @PC_DESCRIPTION@ +Version: @VERSION@ +Requires: @PC_REQUIRED@ +Libs: -L${libdir} @PC_LDFLAGS@ +Cflags: -I${includedir} + |