summaryrefslogtreecommitdiff
path: root/location-appman.pc.in
diff options
context:
space:
mode:
authorJinkun Jang <jinkun.jang@samsung.com>2013-03-13 01:48:41 +0900
committerJinkun Jang <jinkun.jang@samsung.com>2013-03-13 01:48:41 +0900
commitef99ea8e643867d3964802a98e761c609bd1c571 (patch)
tree22004252f53ea163707b6276be9d0b730d4bc625 /location-appman.pc.in
parent0fa210fc66f335511720a78103ad1f4497a06ad6 (diff)
downloadliblocation-appman-ef99ea8e643867d3964802a98e761c609bd1c571.tar.gz
liblocation-appman-ef99ea8e643867d3964802a98e761c609bd1c571.tar.bz2
liblocation-appman-ef99ea8e643867d3964802a98e761c609bd1c571.zip
Tizen 2.1 base
Diffstat (limited to 'location-appman.pc.in')
-rw-r--r--location-appman.pc.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/location-appman.pc.in b/location-appman.pc.in
new file mode 100644
index 0000000..3c4555a
--- /dev/null
+++ b/location-appman.pc.in
@@ -0,0 +1,15 @@
+
+# Package Information for pkg-config
+
+prefix=@PREFIX@
+exec_prefix=/usr
+libdir=/usr/lib
+includedir=/usr/include/location-appman
+
+Name: @PC_NAME@
+Description: @PACKAGE_DESCRIPTION@
+Version: @VERSION@
+Requires: @PC_REQUIRED@
+Libs: -L${libdir} -llocation-appman
+Cflags: -I${includedir}
+