diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-08-31 21:08:28 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-08-31 21:11:16 +0800 |
commit | 8153c8062502f57c7aa1a568319bb3594f8e7103 (patch) | |
tree | c456dff21b0903488a0f6843b4e7977d3d8b0bcb | |
parent | ad2ed55c74bf236ddc5d651b893f617ec3b9ce68 (diff) | |
download | gsoc2013-evolution-8153c8062502f57c7aa1a568319bb3594f8e7103.tar gsoc2013-evolution-8153c8062502f57c7aa1a568319bb3594f8e7103.tar.gz gsoc2013-evolution-8153c8062502f57c7aa1a568319bb3594f8e7103.tar.bz2 gsoc2013-evolution-8153c8062502f57c7aa1a568319bb3594f8e7103.tar.lz gsoc2013-evolution-8153c8062502f57c7aa1a568319bb3594f8e7103.tar.xz gsoc2013-evolution-8153c8062502f57c7aa1a568319bb3594f8e7103.tar.zst gsoc2013-evolution-8153c8062502f57c7aa1a568319bb3594f8e7103.zip |
evolution-shell.pc.in: Add some missing libraries.
Need -lemiscwidgets and -leutil in addition to -leshell.
-rw-r--r-- | evolution-shell.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evolution-shell.pc.in b/evolution-shell.pc.in index 100202cc45..e92df94515 100644 --- a/evolution-shell.pc.in +++ b/evolution-shell.pc.in @@ -19,5 +19,5 @@ Description: libraries needed for Evolution shell components Version: @VERSION@ Requires: gtk+-3.0 libebackend-1.2 libedataserverui-3.0 webkitgtk-3.0 Requires.private: gnome-desktop-3.0 -Libs: -L${privlibdir} -leshell -Wl,-R${privlibdir} +Libs: -L${privlibdir} -leshell -lemiscwidgets -leutil -Wl,-R${privlibdir} Cflags: -I${privincludedir} |