diff options
author | Dan Winship <danw@src.gnome.org> | 2000-08-03 08:49:04 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-08-03 08:49:04 +0800 |
commit | 90bf03fa68e98e7c857fbb48a9a292ff9b55f55b (patch) | |
tree | 6ff6994ea69b1fa0fdd3c07af8cae0a1d153070a | |
parent | 319e78b7f24994a6d2750712ee9130054a90a313 (diff) | |
download | gsoc2013-evolution-90bf03fa68e98e7c857fbb48a9a292ff9b55f55b.tar gsoc2013-evolution-90bf03fa68e98e7c857fbb48a9a292ff9b55f55b.tar.gz gsoc2013-evolution-90bf03fa68e98e7c857fbb48a9a292ff9b55f55b.tar.bz2 gsoc2013-evolution-90bf03fa68e98e7c857fbb48a9a292ff9b55f55b.tar.lz gsoc2013-evolution-90bf03fa68e98e7c857fbb48a9a292ff9b55f55b.tar.xz gsoc2013-evolution-90bf03fa68e98e7c857fbb48a9a292ff9b55f55b.tar.zst gsoc2013-evolution-90bf03fa68e98e7c857fbb48a9a292ff9b55f55b.zip |
Add camel/providers/nntp
* configure.in (AC_OUTPUT): Add camel/providers/nntp
svn path=/trunk/; revision=4497
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2000-08-02 Dan Winship <danw@helixcode.com> + + * configure.in (AC_OUTPUT): Add camel/providers/nntp + 2000-08-02 Christopher James Lahey <clahey@helixcode.com> * widgets/e-text/e-text.c: Made clicking choose the right diff --git a/configure.in b/configure.in index a428c67173..e16079acdd 100644 --- a/configure.in +++ b/configure.in @@ -578,6 +578,7 @@ camel/providers/smtp/Makefile camel/providers/vee/Makefile camel/providers/imap/Makefile camel/providers/mh/Makefile +camel/providers/nntp/Makefile composer/Makefile widgets/Makefile widgets/e-paned/Makefile |