summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Toshok <toshok@helixcode.com>2000-10-23 22:04:31 +0000
committerChris Toshok <toshok@src.gnome.org>2000-10-23 22:04:31 +0000
commit1d0057618407615caddb86d834d6b41cab9679e9 (patch)
tree3b5d137a6f4242fbcd7f4fe8f262081012e56ced
parentc9a070c5abac4bd02cc0f9544fb4d07a9e043315 (diff)
downloadevolution-data-server-EVOLUTION_0_6.tar.gz
add camel-nntp-types.h.EVOLUTION_0_6
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 23a85a5c4..afe13dec4 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