aboutsummaryrefslogtreecommitdiffstats
path: root/camel/Makefile.am
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-12-18 01:59:47 +0800
committerDan Winship <danw@src.gnome.org>2001-12-18 01:59:47 +0800
commitd55058d6634181451751970ee40eca0b4c99040a (patch)
tree157519e6ccf775565a2c60fc49e2afb44a05d0b8 /camel/Makefile.am
parentbdb095ab696dc1f2bd4bd081f90ee52d7a4bb61a (diff)
downloadgsoc2013-evolution-d55058d6634181451751970ee40eca0b4c99040a.tar
gsoc2013-evolution-d55058d6634181451751970ee40eca0b4c99040a.tar.gz
gsoc2013-evolution-d55058d6634181451751970ee40eca0b4c99040a.tar.bz2
gsoc2013-evolution-d55058d6634181451751970ee40eca0b4c99040a.tar.lz
gsoc2013-evolution-d55058d6634181451751970ee40eca0b4c99040a.tar.xz
gsoc2013-evolution-d55058d6634181451751970ee40eca0b4c99040a.tar.zst
gsoc2013-evolution-d55058d6634181451751970ee40eca0b4c99040a.zip
only use major and minor version in the camel providerdir, not micro and nano
svn path=/trunk/; revision=15121
Diffstat (limited to 'camel/Makefile.am')
-rw-r--r--camel/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/camel/Makefile.am b/camel/Makefile.am
index 0fad241d6a..5c2075567a 100644
--- a/camel/Makefile.am
+++ b/camel/Makefile.am
@@ -3,7 +3,6 @@
SUBDIRS = providers tests
libcamelincludedir = $(includedir)/camel
-providerdir = $(libdir)/evolution/camel-providers/$(VERSION)
sbin_PROGRAMS = camel-lock-helper
@@ -20,7 +19,7 @@ INCLUDES = -I.. -I$(srcdir)/.. \
$(NSS_CFLAGS) \
$(OPENSSL_CFLAGS) \
-DCAMEL_SBINDIR=\""$(sbindir)"\" \
- -DCAMEL_PROVIDERDIR=\""$(providerdir)"\" \
+ -DCAMEL_PROVIDERDIR=\""$(camel_providerdir)"\" \
-DG_LOG_DOMAIN=\"camel\"
libcamel_la_SOURCES = \