From 5bc4343a34f8058b6555c1e40dd9fa0200b6a805 Mon Sep 17 00:00:00 2001 From: Jinkun Jang Date: Wed, 13 Mar 2013 01:50:45 +0900 Subject: Tizen 2.1 base --- osp-locations.pc.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 osp-locations.pc.in (limited to 'osp-locations.pc.in') 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} + -- cgit v1.2.3