From 268f0e60b207f4b96ea145deeda12adf01c65242 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Thu, 27 Jul 2000 17:01:05 +0000 Subject: Fix Makefile.am booboo. svn path=/trunk/; revision=4394 --- camel/ChangeLog | 5 +++++ camel/providers/MH/Makefile.am | 2 -- camel/providers/imap/Makefile.am | 2 -- camel/providers/maildir/Makefile.am | 2 -- camel/providers/mbox/Makefile.am | 2 -- camel/providers/nntp/Makefile.am | 2 -- camel/providers/pop3/Makefile.am | 2 -- camel/providers/sendmail/Makefile.am | 2 -- camel/providers/smtp/Makefile.am | 2 -- camel/providers/vee/Makefile.am | 2 -- 10 files changed, 5 insertions(+), 18 deletions(-) (limited to 'camel') 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 + + * providers/*/Makefile.am: Don't specify SUBDIRS = + [nothing]. Messes up distcheck. + 2000-07-26 Peter Williams * 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 -- cgit v1.2.3