Check-in Number:
|
732 | |
Date: |
2001-Aug-22 22:22:18 (local)
2001-Aug-22 20:22:18 (UTC) |
User: | simons |
Branch: | |
Comment: |
Added the float2xds_float.c module to the list of library objects. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/xds/Makefile.in 1.32 -> 1.33
--- Makefile.in 2001/08/13 19:48:02 1.32
+++ Makefile.in 2001/08/22 20:22:18 1.33
@@ -53,7 +53,7 @@
# list of objects
LIB_NAME = libxds.la
-LIB_OBJS = xds.lo xds_engine_xdr.lo xds_engine_xml.lo
+LIB_OBJS = xds.lo xds_engine_xdr.lo xds_engine_xml.lo float2xds-float.lo
TST_SRCS = xds_test_lib.c xds_test_xdr.c xds_test_xml.c
# file containing the official version information
|
|