diff options
author | Chris Toshok <toshok@helixcode.com> | 2000-10-24 06:08:37 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-10-24 06:08:37 +0800 |
commit | 50a68e6b6b60eb6fbf35129867002ef722182ce2 (patch) | |
tree | 548f5212a96bb2ffb5cd6f6bbb2d098c3b2cbaab /camel/providers | |
parent | 2c170b7581f30bb7642c2c5a48966257ffb6a0b6 (diff) | |
download | gsoc2013-evolution-50a68e6b6b60eb6fbf35129867002ef722182ce2.tar gsoc2013-evolution-50a68e6b6b60eb6fbf35129867002ef722182ce2.tar.gz gsoc2013-evolution-50a68e6b6b60eb6fbf35129867002ef722182ce2.tar.bz2 gsoc2013-evolution-50a68e6b6b60eb6fbf35129867002ef722182ce2.tar.lz gsoc2013-evolution-50a68e6b6b60eb6fbf35129867002ef722182ce2.tar.xz gsoc2013-evolution-50a68e6b6b60eb6fbf35129867002ef722182ce2.tar.zst gsoc2013-evolution-50a68e6b6b60eb6fbf35129867002ef722182ce2.zip |
add camel-nntp-types.h.
2000-10-23 Chris Toshok <toshok@helixcode.com>
* providers/nntp/Makefile.am (libcamelnntpinclude_HEADERS): add
camel-nntp-types.h.
svn path=/trunk/; revision=6133
Diffstat (limited to 'camel/providers')
-rw-r--r-- | camel/providers/nntp/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/camel/providers/nntp/Makefile.am b/camel/providers/nntp/Makefile.am index 7feccd8bda..4b686735e3 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 |