aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-08-14 05:40:24 +0800
committerDan Winship <danw@src.gnome.org>2000-08-14 05:40:24 +0800
commita19a7a41061c0345cfa5983a698088dc7074b533 (patch)
tree861d69096b896bb27e20a81ab59aa4a30d5a5d2c
parentf67847654e530d0e7dc5f9387fcd558114758607 (diff)
downloadgsoc2013-evolution-a19a7a41061c0345cfa5983a698088dc7074b533.tar
gsoc2013-evolution-a19a7a41061c0345cfa5983a698088dc7074b533.tar.gz
gsoc2013-evolution-a19a7a41061c0345cfa5983a698088dc7074b533.tar.bz2
gsoc2013-evolution-a19a7a41061c0345cfa5983a698088dc7074b533.tar.lz
gsoc2013-evolution-a19a7a41061c0345cfa5983a698088dc7074b533.tar.xz
gsoc2013-evolution-a19a7a41061c0345cfa5983a698088dc7074b533.tar.zst
gsoc2013-evolution-a19a7a41061c0345cfa5983a698088dc7074b533.zip
Add camel-nntp-utils.h
* providers/nntp/Makefile.am (libcamelnntpinclude_HEADERS): Add camel-nntp-utils.h svn path=/trunk/; revision=4811
-rw-r--r--camel/ChangeLog3
-rw-r--r--camel/providers/nntp/Makefile.am3
2 files changed, 5 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index f64615884f..89b4ac747d 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,8 @@
2000-08-13 Dan Winship <danw@helixcode.com>
+ * providers/nntp/Makefile.am (libcamelnntpinclude_HEADERS): Add
+ camel-nntp-utils.h
+
* providers/imap/camel-imap-folder.c
(imap_get_subfolder_names_internal): do a strcasecmp rather than
just a strcmp when checking if a folder is "INBOX", since it is
diff --git a/camel/providers/nntp/Makefile.am b/camel/providers/nntp/Makefile.am
index 4b7c385872..d9122e9026 100644
--- a/camel/providers/nntp/Makefile.am
+++ b/camel/providers/nntp/Makefile.am
@@ -27,7 +27,8 @@ libcamelnntp_la_SOURCES = \
libcamelnntpinclude_HEADERS = \
camel-nntp-folder.h \
camel-nntp-newsrc.h \
- camel-nntp-store.h
+ camel-nntp-store.h \
+ camel-nntp-utils.h
libcamelnntp_la_LDFLAGS = -version-info 0:0:0