0.8.6claws70

* src/Makefile.am
* src/nntp.[ch]                 ** REMOVE **
* src/common/Makefile.am
* src/common/nntp.[ch]          ** NEW **
        move nntp files to common directory
This commit is contained in:
Christoph Hohmann 2002-12-07 14:48:14 +00:00
parent 439153ecd4
commit cd31a61dd9
7 changed files with 14 additions and 2 deletions

View file

@ -1,3 +1,11 @@
2002-12-07 [christoph] 0.8.6claws70
* src/Makefile.am
* src/nntp.[ch] ** REMOVE **
* src/common/Makefile.am
* src/common/nntp.[ch] ** NEW **
move nntp files to common directory
2002-12-07 [christoph] 0.8.6claws69
* src/procmsg.[ch]

View file

@ -11,7 +11,7 @@ MINOR_VERSION=8
MICRO_VERSION=6
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=claws69
EXTRA_VERSION=claws70
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
dnl set $target

View file

@ -21,3 +21,7 @@ defs.h common/defs.h ok
md5.[ch] common/md5.[ch] ok
gtksctree.[ch] gtk/gtksctree.[ch] ok
template.[ch] common/template.[ch] ok
nntp.[ch] common/nntp.[ch] ok

View file

@ -100,7 +100,6 @@ sylpheed_SOURCES = \
inc.c inc.h \
import.c import.h \
export.c export.h \
nntp.c nntp.h \
news.c news.h \
imap.c imap.h \
xml.c xml.h \

View file

@ -5,6 +5,7 @@ libsylpheedcommon_la_SOURCES = \
hooks.c hooks.h \
log.c log.h \
md5.c md5.h \
nntp.c nntp.h \
socket.c socket.h \
ssl.c ssl.h \
template.c template.h \