diff options
author | Not Zed <NotZed@Ximian.com> | 2004-12-03 11:44:31 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-12-03 11:44:31 +0800 |
commit | b63a56247a1c88b620890534c02154634f759ae5 (patch) | |
tree | ebc145379c13354d491172bac2c277e78a0328f3 /camel.pc.in | |
parent | ad284c350543fe2c86d578597d29d82371edca3d (diff) | |
download | gsoc2013-evolution-b63a56247a1c88b620890534c02154634f759ae5.tar.gz gsoc2013-evolution-b63a56247a1c88b620890534c02154634f759ae5.tar.zst gsoc2013-evolution-b63a56247a1c88b620890534c02154634f759ae5.zip |
Make evolution mail link to camel-provider not camel only. Removed some
2004-12-02 Not Zed <NotZed@Ximian.com>
* configure.in: Make evolution mail link to camel-provider not
camel only. Removed some camel stuff.
2004-11-16 Not Zed <NotZed@Ximian.com>
* Makefile.am (SUBDIRS): removed camel.
* configure.in: Removed camel building, fixed module includes to
use camel via packageconfig.
2004-11-15 Not Zed <NotZed@Ximian.com>
* configure.in: Added libeds to camel and mail and filter cflags.
svn path=/trunk/; revision=28053
Diffstat (limited to 'camel.pc.in')
-rw-r--r-- | camel.pc.in | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/camel.pc.in b/camel.pc.in deleted file mode 100644 index 2e211b0753..0000000000 --- a/camel.pc.in +++ /dev/null @@ -1,15 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ - -camel_providerdir=@camel_providerdir@ -privlibdir=@privlibdir@ -privincludedir=@privincludedir@ - -Name: camel -Description: the Evolution mail library -Version: @VERSION@ -Requires: gal-2.4 >= @GAL_REQUIRED@ -Libs: -L${privlibdir} -lcamel -Cflags: -I${privincludedir} |