diff options
author | Dan Winship <danw@src.gnome.org> | 2001-12-18 01:59:47 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-12-18 01:59:47 +0800 |
commit | d55058d6634181451751970ee40eca0b4c99040a (patch) | |
tree | 157519e6ccf775565a2c60fc49e2afb44a05d0b8 /camel/Makefile.am | |
parent | bdb095ab696dc1f2bd4bd081f90ee52d7a4bb61a (diff) | |
download | gsoc2013-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.am | 3 |
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 = \ |