diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2006-08-19 14:30:06 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-08-19 14:30:06 +0800 |
commit | 28f6f97ef9db9467bc9ed1bd4f8b6c3a26869fe3 (patch) | |
tree | 63937ef6c1d925b63838a86fb95910f8464d801b /evolution-plugin.pc.in | |
parent | f0c2080de1106a76c5c9511361bae6910e301548 (diff) | |
download | gsoc2013-evolution-28f6f97ef9db9467bc9ed1bd4f8b6c3a26869fe3.tar.gz gsoc2013-evolution-28f6f97ef9db9467bc9ed1bd4f8b6c3a26869fe3.tar.zst gsoc2013-evolution-28f6f97ef9db9467bc9ed1bd4f8b6c3a26869fe3.zip |
Include rpath in libs specified. Fixes #350385. (Patch submitted by
2006-08-19 Harish Krishnaswamy <kharish@novell.com>
* evolution-plugin.pc.in, evolution-shell.pc.in:
Include rpath in libs specified. Fixes #350385.
(Patch submitted by Ãystein GisnÃ¥s)
svn path=/trunk/; revision=32589
Diffstat (limited to 'evolution-plugin.pc.in')
-rw-r--r-- | evolution-plugin.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evolution-plugin.pc.in b/evolution-plugin.pc.in index 01e634e72e..85e5a5c665 100644 --- a/evolution-plugin.pc.in +++ b/evolution-plugin.pc.in @@ -16,5 +16,5 @@ Name: evolution-plugin Description: libraries needed for Evolution plugin development Version: @VERSION@ Requires: libgnome-2.0 libgnomeui-2.0 libbonoboui-2.0 >= @BONOBOUI_REQUIRED@ camel-provider-1.2 -Libs: -L${privlibdir} -leutil +Libs: -L${privlibdir} -leutil -Wl,-R${privlibdir} Cflags: -I${privincludedir} |