Index: ossp-pkg/l2/Makefile.in RCS File: /v/ossp/cvs/ossp-pkg/l2/Makefile.in,v rcsdiff -q -kk '-r1.17' '-r1.18' -u '/v/ossp/cvs/ossp-pkg/l2/Makefile.in,v' 2>/dev/null --- Makefile.in 2001/09/06 16:28:38 1.17 +++ Makefile.in 2001/09/09 15:42:25 1.18 @@ -79,7 +79,8 @@ l2_ut_pcre.lo \ l2_ut_level.lo \ l2_ut_fmtcb.lo \ - l2_ut_sa.lo + l2_ut_sa.lo \ + l2_version.lo # file containing the official version information _VERSION_FILE = \ Index: ossp-pkg/l2/l2_p.h RCS File: /v/ossp/cvs/ossp-pkg/l2/l2_p.h,v rcsdiff -q -kk '-r1.12' '-r1.13' -u '/v/ossp/cvs/ossp-pkg/l2/l2_p.h,v' 2>/dev/null --- l2_p.h 2001/09/06 16:28:38 1.12 +++ l2_p.h 2001/09/09 15:42:25 1.13 @@ -36,6 +36,10 @@ #include "l2_ut_pcre.h" #include "l2_ut_sa.h" +#define _L2_VERSION_C_AS_HEADER_ +#include "l2_version.c" +#undef _L2_VERSION_C_AS_HEADER_ + #define L2_MAX_MSGSIZE 4096 #define L2_MAX_CHANNELS 128 #define L2_MAX_FORMATTERS 128