aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-05-06 23:33:36 +0800
committerDan Winship <danw@src.gnome.org>2001-05-06 23:33:36 +0800
commit612ada489c8888361a40df2e94347ca02722859f (patch)
treee6f30ea2b3e202e5c189f3f8fb03c90ad555a48e
parent1a2b496879af816cffe1e98b4368e99dd7b53c5f (diff)
downloadgsoc2013-evolution-612ada489c8888361a40df2e94347ca02722859f.tar
gsoc2013-evolution-612ada489c8888361a40df2e94347ca02722859f.tar.gz
gsoc2013-evolution-612ada489c8888361a40df2e94347ca02722859f.tar.bz2
gsoc2013-evolution-612ada489c8888361a40df2e94347ca02722859f.tar.lz
gsoc2013-evolution-612ada489c8888361a40df2e94347ca02722859f.tar.xz
gsoc2013-evolution-612ada489c8888361a40df2e94347ca02722859f.tar.zst
gsoc2013-evolution-612ada489c8888361a40df2e94347ca02722859f.zip
Fix another build problem. (Um, anyone else could have done this...)
* Makefile.am (libcamelinclude_HEADERS): Fix another build problem. (Um, anyone else could have done this...) svn path=/trunk/; revision=9687
-rw-r--r--camel/ChangeLog5
-rw-r--r--camel/Makefile.am1
2 files changed, 5 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 8a5974fee7..5f8125c189 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,8 @@
+2001-05-06 Dan Winship <danw@ximian.com>
+
+ * Makefile.am (libcamelinclude_HEADERS): Fix another build
+ problem. (Um, anyone else could have done this...)
+
2001-05-04 Dan Winship <danw@ximian.com>
* providers/imap/camel-imap-store.c (get_folder_online): Fix up
diff --git a/camel/Makefile.am b/camel/Makefile.am
index 8145b960ae..cf6a0b48e3 100644
--- a/camel/Makefile.am
+++ b/camel/Makefile.am
@@ -102,7 +102,6 @@ libcamelinclude_HEADERS = \
camel-cipher-context.h \
camel-data-wrapper.h \
camel-digest-folder.h \
- camel-disco-diary.h \
camel-disco-folder.h \
camel-disco-store.h \
camel-exception-list.def \