OSSP CVS Repository

ossp - Check-in [2485]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 2485
Date: 2002-Aug-02 13:40:00 (local)
2002-Aug-02 11:40:00 (UTC)
User:rse
Branch:
Comment: Change building of fsl_version.c from direct inclusion to standard object linking.
Tickets:
Inspections:
Files:
ossp-pkg/fsl/ChangeLog      1.7 -> 1.8     4 inserted, 0 deleted
ossp-pkg/fsl/Makefile.in      1.10 -> 1.11     1 inserted, 1 deleted
ossp-pkg/fsl/fsl.c      1.49 -> 1.50     2 inserted, 0 deleted

ossp-pkg/fsl/ChangeLog 1.7 -> 1.8

--- 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 <rse@engelschall.com>]
+
     *) Various source tree cleanups and polishing.
        [Ralf S. Engelschall <rse@engelschall.com>]
 


ossp-pkg/fsl/Makefile.in 1.10 -> 1.11

--- 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


ossp-pkg/fsl/fsl.c 1.49 -> 1.50

--- 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

CVSTrac 2.0.1