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/providers/imap | |
parent | bdb095ab696dc1f2bd4bd081f90ee52d7a4bb61a (diff) | |
download | gsoc2013-evolution-d55058d6634181451751970ee40eca0b4c99040a.tar.gz 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/providers/imap')
-rw-r--r-- | camel/providers/imap/Makefile.am | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/camel/providers/imap/Makefile.am b/camel/providers/imap/Makefile.am index 65325cf9bf..bf183aa3ce 100644 --- a/camel/providers/imap/Makefile.am +++ b/camel/providers/imap/Makefile.am @@ -2,11 +2,8 @@ libcamelimapincludedir = $(includedir)/camel - -providerdir = $(pkglibdir)/camel-providers/$(VERSION) - -provider_LTLIBRARIES = libcamelimap.la -provider_DATA = libcamelimap.urls +camel_provider_LTLIBRARIES = libcamelimap.la +camel_provider_DATA = libcamelimap.urls INCLUDES = -I.. \ -I$(srcdir)/.. \ |