summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Williams <peterw@src.gnome.org>2000-07-27 17:01:05 +0000
committerPeter Williams <peterw@src.gnome.org>2000-07-27 17:01:05 +0000
commit3692a4290fa738c095e28fb8031b48dfecbbea9c (patch)
tree27aca6539b064efce92c8439605fd834d464b7a3
parent0f6ba5b6ac98bf99c602446f631ed21ea0366447 (diff)
downloadevolution-data-server-EVOLUTION_0_3.tar.gz
Fix Makefile.am booboo.EVOLUTION_0_3
-rw-r--r--camel/ChangeLog5
-rw-r--r--camel/providers/MH/Makefile.am2
-rw-r--r--camel/providers/imap/Makefile.am2
-rw-r--r--camel/providers/maildir/Makefile.am2
-rw-r--r--camel/providers/mbox/Makefile.am2
-rw-r--r--camel/providers/nntp/Makefile.am2
-rw-r--r--camel/providers/pop3/Makefile.am2
-rw-r--r--camel/providers/sendmail/Makefile.am2
-rw-r--r--camel/providers/smtp/Makefile.am2
-rw-r--r--camel/providers/vee/Makefile.am2
10 files changed, 5 insertions, 18 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 6483bbced..a39c314b3 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,8 @@
+2000-07-27 Peter Williams <peterw@helixcode.com>
+
+ * providers/*/Makefile.am: Don't specify SUBDIRS =
+ [nothing]. Messes up distcheck.
+
2000-07-26 Peter Williams <peterw@helixcode.com>
* camel-mime-parser.c (folder_scan_init): Initialize
diff --git a/camel/providers/MH/Makefile.am b/camel/providers/MH/Makefile.am
index 59662a07d..80338ff87 100644
--- a/camel/providers/MH/Makefile.am
+++ b/camel/providers/MH/Makefile.am
@@ -1,7 +1,5 @@
## Process this file with automake to produce Makefile.in
-SUBDIRS =
-
libcamelmhincludedir = $(includedir)/camel
diff --git a/camel/providers/imap/Makefile.am b/camel/providers/imap/Makefile.am
index 8ac7f8c1f..bb876f7af 100644
--- a/camel/providers/imap/Makefile.am
+++ b/camel/providers/imap/Makefile.am
@@ -1,7 +1,5 @@
## Process this file with automake to produce Makefile.in
-SUBDIRS =
-
libcamelimapincludedir = $(includedir)/camel
diff --git a/camel/providers/maildir/Makefile.am b/camel/providers/maildir/Makefile.am
index 4dd4f999b..80b41a2d4 100644
--- a/camel/providers/maildir/Makefile.am
+++ b/camel/providers/maildir/Makefile.am
@@ -1,7 +1,5 @@
## Process this file with automake to produce Makefile.in
-SUBDIRS =
-
libcamelmaildirincludedir = $(includedir)/camel
lib_LTLIBRARIES = libcamelmaildir.la
diff --git a/camel/providers/mbox/Makefile.am b/camel/providers/mbox/Makefile.am
index 0c9330340..073d9830d 100644
--- a/camel/providers/mbox/Makefile.am
+++ b/camel/providers/mbox/Makefile.am
@@ -1,7 +1,5 @@
## Process this file with automake to produce Makefile.in
-SUBDIRS =
-
libcamelmboxincludedir = $(includedir)/camel
diff --git a/camel/providers/nntp/Makefile.am b/camel/providers/nntp/Makefile.am
index 5f96e7861..13db1371c 100644
--- a/camel/providers/nntp/Makefile.am
+++ b/camel/providers/nntp/Makefile.am
@@ -1,7 +1,5 @@
## Process this file with automake to produce Makefile.in
-SUBDIRS =
-
libcamelnntpincludedir = $(includedir)/camel
providerdir = $(pkglibdir)/camel-providers/$(VERSION)
diff --git a/camel/providers/pop3/Makefile.am b/camel/providers/pop3/Makefile.am
index 1c1598141..ffa62561b 100644
--- a/camel/providers/pop3/Makefile.am
+++ b/camel/providers/pop3/Makefile.am
@@ -1,7 +1,5 @@
## Process this file with automake to produce Makefile.in
-SUBDIRS =
-
libcamelpop3includedir = $(includedir)/camel
providerdir = $(pkglibdir)/camel-providers/$(VERSION)
diff --git a/camel/providers/sendmail/Makefile.am b/camel/providers/sendmail/Makefile.am
index 5df527435..965f56afb 100644
--- a/camel/providers/sendmail/Makefile.am
+++ b/camel/providers/sendmail/Makefile.am
@@ -1,7 +1,5 @@
## Process this file with automake to produce Makefile.in
-SUBDIRS =
-
libcamelsendmailincludedir = $(includedir)/camel
diff --git a/camel/providers/smtp/Makefile.am b/camel/providers/smtp/Makefile.am
index 32fa21013..076228316 100644
--- a/camel/providers/smtp/Makefile.am
+++ b/camel/providers/smtp/Makefile.am
@@ -1,7 +1,5 @@
## Process this file with automake to produce Makefile.in
-SUBDIRS =
-
libcamelsmtpincludedir = $(includedir)/camel
providerdir = $(pkglibdir)/camel-providers/$(VERSION)
diff --git a/camel/providers/vee/Makefile.am b/camel/providers/vee/Makefile.am
index 849d6ae2e..6c0693b02 100644
--- a/camel/providers/vee/Makefile.am
+++ b/camel/providers/vee/Makefile.am
@@ -1,7 +1,5 @@
## Process this file with automake to produce Makefile.in
-SUBDIRS =
-
libcamelveeincludedir = $(includedir)/camel