diff options
Diffstat (limited to 'evolution-shell.pc.in')
-rw-r--r-- | evolution-shell.pc.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/evolution-shell.pc.in b/evolution-shell.pc.in new file mode 100644 index 0000000000..c27f9f1819 --- /dev/null +++ b/evolution-shell.pc.in @@ -0,0 +1,16 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +idldir=@idldir@ +IDL_INCLUDES=-I ${idldir} @IDL_INCLUDES@ + +privlibdir=@privlibdir@ + +Name: evolution-shell +Description: libraries needed for Evolution shell components +Version: @VERSION@ +Requires: libgnome-2.0 libgnomeui-2.0 libbonoboui-2.0 gal-2.0 >= @GAL_VERSION@ +Libs: -L${libdir} -leshell +Cflags: -I${includedir}/evolution |