aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Williams <peterw@src.gnome.org>2000-07-28 01:01:05 +0800
committerPeter Williams <peterw@src.gnome.org>2000-07-28 01:01:05 +0800
commit268f0e60b207f4b96ea145deeda12adf01c65242 (patch)
treeed66ae6e02f238d673a6ba0dfa61b3b86224f91c
parent7964b93b27db70eb18c2eabd84e1ad6293668d0c (diff)
downloadgsoc2013-evolution-268f0e60b207f4b96ea145deeda12adf01c65242.tar
gsoc2013-evolution-268f0e60b207f4b96ea145deeda12adf01c65242.tar.gz
gsoc2013-evolution-268f0e60b207f4b96ea145deeda12adf01c65242.tar.bz2
gsoc2013-evolution-268f0e60b207f4b96ea145deeda12adf01c65242.tar.lz
gsoc2013-evolution-268f0e60b207f4b96ea145deeda12adf01c65242.tar.xz
gsoc2013-evolution-268f0e60b207f4b96ea145deeda12adf01c65242.tar.zst
gsoc2013-evolution-268f0e60b207f4b96ea145deeda12adf01c65242.zip
Fix Makefile.am booboo.
svn path=/trunk/; revision=4394
-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 6483bbcedf..a39c314b33 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 59662a07dd..80338ff878 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 8ac7f8c1fa..bb876f7afb 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 4dd4f999b2..80b41a2d45 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 0c9330340b..073d9830de 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 5f96e78615..13db1371ca 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 1c15981411..ffa62561be 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 5df527435f..965f56afb8 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 32fa210131..0762283161 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 849d6ae2e8..6c0693b02d 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