0.8.8claws24

* src/Makefile.am
* src/stringtable.[ch]          ** REMOVE **
* src/common/Makefile.am
* src/common/stringtable.[ch]   ** NEW **
        move stringtable files to common directory
This commit is contained in:
Christoph Hohmann 2002-12-29 15:33:33 +00:00
parent d91ac18502
commit 08e882d805
6 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,11 @@
2002-12-29 [christoph] 0.8.8claws24
* src/Makefile.am
* src/stringtable.[ch] ** REMOVE **
* src/common/Makefile.am
* src/common/stringtable.[ch] ** NEW **
move stringtable files to common directory
2002-12-29 [christoph] 0.8.8claws23
* src/Makefile.am

View file

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

View file

@ -103,7 +103,6 @@ sylpheed_SOURCES = \
sigstatus.c sigstatus.h \
simple-gettext.c \
manual.c manual.h \
stringtable.c stringtable.h \
scoring.c scoring.h \
matcher.c matcher.h \
prefs_matcher.c prefs_matcher.h \

View file

@ -16,6 +16,7 @@ libsylpheedcommon_la_SOURCES = \
socket.c socket.h \
ssl_certificate.c ssl_certificate.h \
ssl.c ssl.h \
stringtable.c stringtable.h \
sylpheed.c sylpheed.h \
template.c template.h \
utils.c utils.h \