diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-09-19 05:51:25 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-09-19 05:51:25 +0800 |
commit | ce6181e8b279b48ce30e84e830d01b4549b353d8 (patch) | |
tree | 103cd55fdc686101cbc0fbda98109ccbe79db2c4 /evolution-mail.pc.in | |
parent | 6ae7523247c22a45222f2b7922c26c9c9dbfd75b (diff) | |
download | gsoc2013-evolution-ce6181e8b279b48ce30e84e830d01b4549b353d8.tar.gz gsoc2013-evolution-ce6181e8b279b48ce30e84e830d01b4549b353d8.tar.zst gsoc2013-evolution-ce6181e8b279b48ce30e84e830d01b4549b353d8.zip |
Stub in pkg-config files for mail and calendar.
The requirements list needs fleshed out but I thought we could just add
things as needed, especially for Anjal.
Diffstat (limited to 'evolution-mail.pc.in')
-rw-r--r-- | evolution-mail.pc.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/evolution-mail.pc.in b/evolution-mail.pc.in new file mode 100644 index 0000000000..8f25d2cd8d --- /dev/null +++ b/evolution-mail.pc.in @@ -0,0 +1,17 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +privlibdir=@privsolibdir@ +privincludedir=@privincludedir@ + +# The requirements list is kind of guesswork at +# the moment. Add more requirements as needed. + +Name: Evolution Mail +Description: Mail utilities for Evolution +Version: @VERSION@ +Requires: evolution-shell camel-1.2 libgnomecanvas-2.0 +Libs: -L${privlibdir} -levolution-mail +Cflags: -I${privincludedir} |