summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Toshok <toshok@helixcode.com>2000-10-23 22:08:37 +0000
committerChris Toshok <toshok@src.gnome.org>2000-10-23 22:08:37 +0000
commit64b55f50de558b9d055d0c6c2a7af16adcaa0c3b (patch)
tree863ddbd9f0eec5984698160cf0850f688ac216a7
parentd4eb568d55f31f3c06d910a619f889a1fb66d47a (diff)
downloadevolution-data-server-evolution-0-6-branch.tar.gz
add camel-nntp-types.h.evolution-0-6-branch
2000-10-23 Chris Toshok <toshok@helixcode.com> * providers/nntp/Makefile.am (libcamelnntpinclude_HEADERS): add camel-nntp-types.h.
-rw-r--r--camel/ChangeLog5
-rw-r--r--camel/providers/nntp/Makefile.am3
2 files changed, 7 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 5ff0dc33c..39030ff55 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,8 @@
+2000-10-23 Chris Toshok <toshok@helixcode.com>
+
+ * providers/nntp/Makefile.am (libcamelnntpinclude_HEADERS): add
+ camel-nntp-types.h.
+
2000-10-23 Dan Winship <danw@helixcode.com>
* providers/imap/camel-imap-command.c (imap_read_untagged): Fix a
diff --git a/camel/providers/nntp/Makefile.am b/camel/providers/nntp/Makefile.am
index 7feccd8bd..4b686735e 100644
--- a/camel/providers/nntp/Makefile.am
+++ b/camel/providers/nntp/Makefile.am
@@ -28,11 +28,12 @@ libcamelnntp_la_SOURCES = \
libcamelnntpinclude_HEADERS = \
camel-nntp-auth.h \
- camel-nntp-resp-codes.h \
camel-nntp-folder.h \
camel-nntp-grouplist.h \
camel-nntp-newsrc.h \
+ camel-nntp-resp-codes.h \
camel-nntp-store.h \
+ camel-nntp-types.h \
camel-nntp-utils.h
libcamelnntp_la_LDFLAGS = -version-info 0:0:0