summaryrefslogtreecommitdiff
path: root/appsvc.pc.in
diff options
context:
space:
mode:
authorJinkun Jang <jinkun.jang@samsung.com>2013-03-13 01:46:31 +0900
committerJinkun Jang <jinkun.jang@samsung.com>2013-03-13 01:46:31 +0900
commite739f01bde2b821ac6b82990fe79c22f714b7eed (patch)
treee5bda142313c12279f90b76e6c9837f2d5fc819f /appsvc.pc.in
parent09a91ebbf08ff9675054268269a53777a2c065ac (diff)
downloadapp-svc-e739f01bde2b821ac6b82990fe79c22f714b7eed.tar.gz
app-svc-e739f01bde2b821ac6b82990fe79c22f714b7eed.tar.bz2
app-svc-e739f01bde2b821ac6b82990fe79c22f714b7eed.zip
Tizen 2.1 base
Diffstat (limited to 'appsvc.pc.in')
-rwxr-xr-xappsvc.pc.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/appsvc.pc.in b/appsvc.pc.in
new file mode 100755
index 0000000..4037bbb
--- /dev/null
+++ b/appsvc.pc.in
@@ -0,0 +1,13 @@
+# Package Information for pkg-config
+
+prefix=/usr
+exec_prefix=@EXEC_PREFIX@
+libdir=@LIBDIR@
+includedir=@INCLUDEDIR@
+
+Name: libaul
+Description: new application utility library
+Version: @VERSION@
+Requires: sqlite3 bundle ail glib-2.0 xdgmime aul
+Libs: -L${libdir} -lappsvc
+Cflags: -I${includedir}