Files
evolution/camelConf.sh.in
Peter Williams a3a7a375ee Need to add these for the build
svn path=/trunk/; revision=17502
2002-07-18 03:11:37 +00:00

11 lines
262 B
Bash

#
# Configuration file for using Camel in GNOME applications
#
CAMEL_LIBDIR="@EVOLUTION_LIBDIR@"
# We need e-util...
CAMEL_INCLUDEDIR="@CAMEL_INCLUDEDIR@ @EVOLUTION_INCLUDEDIR@ @CAMEL_CFLAGS@"
CAMEL_LIBS="-lcamel @CAMEL_LIBS@"
MODULE_VERSION="camel-@VERSION@"