From d55058d6634181451751970ee40eca0b4c99040a Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 17 Dec 2001 17:59:47 +0000 Subject: only use major and minor version in the camel providerdir, not micro and nano svn path=/trunk/; revision=15121 --- camel/providers/Makefile.am | 4 ---- camel/providers/imap/Makefile.am | 7 ++----- camel/providers/local/Makefile.am | 6 ++---- camel/providers/nntp/Makefile.am | 6 ++---- camel/providers/pop3/Makefile.am | 6 ++---- 5 files changed, 8 insertions(+), 21 deletions(-) (limited to 'camel/providers') 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.. \ -- cgit v1.2.3