diff options
author | jk7744.park <jk7744.park@samsung.com> | 2015-10-24 16:45:49 +0900 |
---|---|---|
committer | jk7744.park <jk7744.park@samsung.com> | 2015-10-24 16:45:49 +0900 |
commit | 6c7cebf382b34d1e32b260e6c93556f68a0bbaec (patch) | |
tree | a1113bcbe08e94f2d64881158ec03de6aac1cb34 /maps-plugin-mapquest.pc.in | |
parent | 698b4074c441d1bdfc2dd7f1610a5402acb06654 (diff) | |
download | maps-plugin-mapquest-6c7cebf382b34d1e32b260e6c93556f68a0bbaec.tar.gz maps-plugin-mapquest-6c7cebf382b34d1e32b260e6c93556f68a0bbaec.tar.bz2 maps-plugin-mapquest-6c7cebf382b34d1e32b260e6c93556f68a0bbaec.zip |
tizen 2.4 releasetizen_2.4_mobile_releasesubmit/tizen_2.4/20151028.064300accepted/tizen/2.4/mobile/20151029.032836tizen_2.4accepted/tizen_2.4_mobile
Diffstat (limited to 'maps-plugin-mapquest.pc.in')
-rw-r--r-- | maps-plugin-mapquest.pc.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/maps-plugin-mapquest.pc.in b/maps-plugin-mapquest.pc.in new file mode 100644 index 0000000..599cd78 --- /dev/null +++ b/maps-plugin-mapquest.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} + |