diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2010-06-29 22:50:02 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchenthill@novell.com> | 2010-06-29 22:50:02 +0800 |
commit | 968e1d621a92d0553cddecf079bd5355441180d4 (patch) | |
tree | e6d51bd955d8ee494842dd1401ae25a7f5eeba7d | |
parent | 3b58c72b8254cd019a8f3c05437175fe59652adb (diff) | |
download | gsoc2013-evolution-968e1d621a92d0553cddecf079bd5355441180d4.tar.gz gsoc2013-evolution-968e1d621a92d0553cddecf079bd5355441180d4.tar.zst gsoc2013-evolution-968e1d621a92d0553cddecf079bd5355441180d4.zip |
remove the duplicate string
-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 889bcb440c..13b5e89670 100644 --- a/evolution-plugin.pc.in +++ b/evolution-plugin.pc.in @@ -15,6 +15,6 @@ errordir=@privdatadir@/errors Name: evolution-plugin Description: libraries needed for Evolution plugin development Version: @VERSION@ -Requires: camel-provider-1.2 libxml-2.0 @UNIQUE@ @GTKHTML@ @GTKHTML@ +Requires: camel-provider-1.2 libxml-2.0 @UNIQUE@ @GTKHTML@ Libs: -L${privlibdir} -leutil -Wl,-R${privlibdir} Cflags: -I${privincludedir} |