0.8.6claws56
* src/Makefile.am * src/md5.[ch] ** REMOVE ** * srm/common/Makefile.am * src/common/md5.[ch] ** NEW ** move md5 files to common directory * src/gtkstext.c remove not required #include
This commit is contained in:
parent
47389b0619
commit
5c438dc0e8
7 changed files with 18 additions and 9 deletions
|
@ -1,3 +1,14 @@
|
|||
2002-12-03 [christoph] 0.8.6claws56
|
||||
|
||||
* src/Makefile.am
|
||||
* src/md5.[ch] ** REMOVE **
|
||||
* srm/common/Makefile.am
|
||||
* src/common/md5.[ch] ** NEW **
|
||||
move md5 files to common directory
|
||||
|
||||
* src/gtkstext.c
|
||||
remove not required #include
|
||||
|
||||
2002-12-03 [sergey] 0.8.6claws55
|
||||
|
||||
* src/gtkutils.c
|
||||
|
|
|
@ -11,7 +11,7 @@ MINOR_VERSION=8
|
|||
MICRO_VERSION=6
|
||||
INTERFACE_AGE=0
|
||||
BINARY_AGE=0
|
||||
EXTRA_VERSION=claws55
|
||||
EXTRA_VERSION=claws56
|
||||
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
|
||||
|
||||
dnl set $target
|
||||
|
|
|
@ -89,7 +89,6 @@ sylpheed_SOURCES = \
|
|||
gtkutils.c gtkutils.h \
|
||||
codeconv.c codeconv.h \
|
||||
unmime.c unmime.h \
|
||||
md5.c md5.h \
|
||||
ssl_certificate.c ssl_certificate.h \
|
||||
ssl_manager.c ssl_manager.h \
|
||||
automaton.c automaton.h \
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
noinst_LTLIBRARIES = libsylpheedcommon.la
|
||||
|
||||
libsylpheedcommon_la_SOURCES = \
|
||||
utils.c utils.h \
|
||||
hooks.c hooks.h \
|
||||
base64.c base64.h \
|
||||
uuencode.c uuencode.h \
|
||||
hooks.c hooks.h \
|
||||
log.c log.h \
|
||||
md5.c md5.h \
|
||||
socket.c socket.h \
|
||||
ssl.c ssl.h \
|
||||
log.c log.h
|
||||
utils.c utils.h \
|
||||
uuencode.c uuencode.h
|
||||
|
||||
INCLUDES = \
|
||||
$(GLIB_CFLAGS)
|
||||
|
|
|
@ -36,10 +36,8 @@
|
|||
#include <string.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "utils.h"
|
||||
#include "md5.h"
|
||||
|
||||
|
||||
/****************
|
||||
* Rotate a 32 bit integer by n bytes
|
||||
*/
|
|
@ -42,7 +42,7 @@
|
|||
#include <gtk/gtkselection.h>
|
||||
#include <gtk/gtksignal.h>
|
||||
|
||||
#include "compose.h"
|
||||
/* #include "compose.h" */
|
||||
#include "gtkstext.h"
|
||||
#include "gtkutils.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue