Index: ossp-pkg/fsl/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/fsl/ChangeLog,v rcsdiff -q -kk '-r1.7' '-r1.8' -u '/v/ossp/cvs/ossp-pkg/fsl/ChangeLog,v' 2>/dev/null --- ChangeLog 2002/08/02 11:33:33 1.7 +++ ChangeLog 2002/08/02 11:40:00 1.8 @@ -10,6 +10,10 @@ Changes between 1.0.0 and 1.0.1 (01-Aug-2002 to xx-Aug-2002) + *) Change building of fsl_version.c from direct inclusion + to standard object linking. + [Ralf S. Engelschall ] + *) Various source tree cleanups and polishing. [Ralf S. Engelschall ] Index: ossp-pkg/fsl/Makefile.in RCS File: /v/ossp/cvs/ossp-pkg/fsl/Makefile.in,v rcsdiff -q -kk '-r1.10' '-r1.11' -u '/v/ossp/cvs/ossp-pkg/fsl/Makefile.in,v' 2>/dev/null --- Makefile.in 2002/08/02 11:33:10 1.10 +++ Makefile.in 2002/08/02 11:40:00 1.11 @@ -51,7 +51,7 @@ POD2MAN = pod2man LIB_NAME = libfsl.la -LIB_OBJS = fsl.lo +LIB_OBJS = fsl.lo fsl_version.lo LIB_DEPS = @LIB_DEPS@ MAN_NAME = fsl.3 Index: ossp-pkg/fsl/fsl.c RCS File: /v/ossp/cvs/ossp-pkg/fsl/fsl.c,v rcsdiff -q -kk '-r1.49' '-r1.50' -u '/v/ossp/cvs/ossp-pkg/fsl/fsl.c,v' 2>/dev/null --- fsl.c 2002/08/02 11:35:55 1.49 +++ fsl.c 2002/08/02 11:40:00 1.50 @@ -54,7 +54,9 @@ #include "config.h" /* version */ +#define _FSL_VERSION_C_AS_HEADER_ #include "fsl_version.c" +#undef _FSL_VERSION_C_AS_HEADER_ /* pcre static vector size */ #define OVECSIZE 30