diff options
Diffstat (limited to 'camelConf.sh.in')
-rw-r--r-- | camelConf.sh.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/camelConf.sh.in b/camelConf.sh.in new file mode 100644 index 0000000000..f89d08872f --- /dev/null +++ b/camelConf.sh.in @@ -0,0 +1,10 @@ +# +# 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@" |