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 | |
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')
-rw-r--r-- | camel/providers/Makefile.am | 4 | ||||
-rw-r--r-- | camel/providers/imap/Makefile.am | 7 | ||||
-rw-r--r-- | camel/providers/local/Makefile.am | 6 | ||||
-rw-r--r-- | camel/providers/nntp/Makefile.am | 6 | ||||
-rw-r--r-- | camel/providers/pop3/Makefile.am | 6 |
5 files changed, 8 insertions, 21 deletions
diff --git a/camel/providers/Makefile.am b/camel/providers/Makefile.am index 5fd7c83e50..5a0df08299 100644 --- a/camel/providers/Makefile.am +++ b/camel/providers/Makefile.am @@ -4,8 +4,4 @@ if ENABLE_NNTP NNTP_DIR=nntp endif -# SUBDIRS = mbox pop3 sendmail smtp vee SUBDIRS = pop3 sendmail smtp imap $(NNTP_DIR) local - -# these ones are deprecated, and will no longer be maintained -# mbox mh maildir vee
\ No newline at end of file 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)/.. \ diff --git a/camel/providers/local/Makefile.am b/camel/providers/local/Makefile.am index 22a284dd9f..f0ad0c7f6c 100644 --- a/camel/providers/local/Makefile.am +++ b/camel/providers/local/Makefile.am @@ -2,10 +2,8 @@ libcamellocalincludedir = $(includedir)/camel -providerdir = $(pkglibdir)/camel-providers/$(VERSION) - -provider_LTLIBRARIES = libcamellocal.la -provider_DATA = libcamellocal.urls +camel_provider_LTLIBRARIES = libcamellocal.la +camel_provider_DATA = libcamellocal.urls INCLUDES = -I.. \ -I$(srcdir)/.. \ diff --git a/camel/providers/nntp/Makefile.am b/camel/providers/nntp/Makefile.am index 7279c40be8..4605be64c8 100644 --- a/camel/providers/nntp/Makefile.am +++ b/camel/providers/nntp/Makefile.am @@ -2,10 +2,8 @@ libcamelnntpincludedir = $(includedir)/camel -providerdir = $(pkglibdir)/camel-providers/$(VERSION) - -provider_LTLIBRARIES = libcamelnntp.la -provider_DATA = libcamelnntp.urls +camel_provider_LTLIBRARIES = libcamelnntp.la +camel_provider_DATA = libcamelnntp.urls INCLUDES = -I../.. \ -I$(top_srcdir)/camel \ diff --git a/camel/providers/pop3/Makefile.am b/camel/providers/pop3/Makefile.am index d5225c3ef9..cde7baf25a 100644 --- a/camel/providers/pop3/Makefile.am +++ b/camel/providers/pop3/Makefile.am @@ -2,10 +2,8 @@ libcamelpop3includedir = $(includedir)/camel -providerdir = $(pkglibdir)/camel-providers/$(VERSION) - -provider_LTLIBRARIES = libcamelpop3.la -provider_DATA = libcamelpop3.urls +camel_provider_LTLIBRARIES = libcamelpop3.la +camel_provider_DATA = libcamelpop3.urls INCLUDES = \ -I.. \ |