diff options
Diffstat (limited to 'notification.pc.in')
-rw-r--r-- | notification.pc.in | 11 |
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} |