summaryrefslogtreecommitdiff
path: root/notification.pc.in
diff options
context:
space:
mode:
authorJinkun Jang <jinkun.jang@samsung.com>2013-03-13 01:37:51 +0900
committerJinkun Jang <jinkun.jang@samsung.com>2013-03-13 01:37:51 +0900
commitc1b09f012201f014eb698279d12a07c0ce6e62e1 (patch)
tree6b9c3348266f8935c73121fa7ac6ea38cc42b8db /notification.pc.in
parentbbe023c911411370c4896540a424a455885cc87b (diff)
downloadnotification-c1b09f012201f014eb698279d12a07c0ce6e62e1.tar.gz
notification-c1b09f012201f014eb698279d12a07c0ce6e62e1.tar.bz2
notification-c1b09f012201f014eb698279d12a07c0ce6e62e1.zip
Tizen 2.1 base
Diffstat (limited to 'notification.pc.in')
-rw-r--r--notification.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/notification.pc.in b/notification.pc.in
new file mode 100644
index 0000000..e17e700
--- /dev/null
+++ b/notification.pc.in
@@ -0,0 +1,11 @@
+prefix=@PREFIX@
+exec_prefix=@EXEC_PREFIX@
+libdir=@LIBDIR@
+includedir=@INCLUDEDIR@
+
+Name: notification
+Description: Notification Library
+Version: @VERSION@
+Requires: bundle
+Libs: -L${libdir} -lnotification
+Cflags: -I${includedir}