diff options
author | Jinkun Jang <jinkun.jang@samsung.com> | 2013-03-13 01:50:45 +0900 |
---|---|---|
committer | Jinkun Jang <jinkun.jang@samsung.com> | 2013-03-13 01:50:45 +0900 |
commit | 5bc4343a34f8058b6555c1e40dd9fa0200b6a805 (patch) | |
tree | 3dcc50119fd81620ef470dc0b1b6b5649bd57b1e /osp-locations.pc.in | |
parent | d43d1058907b37db2a6e976d4ef46b8a2d8f0122 (diff) | |
download | locations-5bc4343a34f8058b6555c1e40dd9fa0200b6a805.tar.gz locations-5bc4343a34f8058b6555c1e40dd9fa0200b6a805.tar.bz2 locations-5bc4343a34f8058b6555c1e40dd9fa0200b6a805.zip |
Tizen 2.1 base
Diffstat (limited to 'osp-locations.pc.in')
-rwxr-xr-x | osp-locations.pc.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/osp-locations.pc.in b/osp-locations.pc.in new file mode 100755 index 0000000..eb6c3b7 --- /dev/null +++ b/osp-locations.pc.in @@ -0,0 +1,14 @@ +# Package Information for pkg-config + +prefix=@PREFIX@ +exec_prefix=/usr +libdir=/usr/lib/osp +includedir=/usr/include/osp + +Name: @PC_NAME@ +Description: @PACKAGE_DESCRIPTION@ +Version: @VERSION@ +Requires: @PC_REQUIRED@ +Libs: -L${libdir} @PC_LDFLAGS@ +Cflags: -I${includedir} + |