ossp-pkg/ex/ex-config.in 1.3 -> 1.4
--- ex-config.in 2002/03/30 18:56:02 1.3
+++ ex-config.in 2003/01/06 15:31:24 1.4
@@ -1,9 +1,9 @@
#!/bin/sh
##
-## OSSP ex - Exception Handling Library
-## Copyright (c) 2002 Ralf S. Engelschall <rse@engelschall.com>
-## Copyright (c) 2002 The OSSP Project <http://www.ossp.org/>
-## Copyright (c) 2002 Cable & Wireless Deutschland <http://www.cw.com/de/>
+## OSSP ex - Exception Handling
+## Copyright (c) 2002-2003 Ralf S. Engelschall <rse@engelschall.com>
+## Copyright (c) 2002-2003 The OSSP Project <http://www.ossp.org/>
+## Copyright (c) 2002-2003 Cable & Wireless Deutschland <http://www.cw.com/de/>
##
## This file is part of OSSP ex, an exception handling library
## which can be found at http://www.ossp.org/pkg/lib/ex/.
@@ -124,7 +124,7 @@
output_extra="$output_extra $ldflags"
;;
--libs)
- output="$output -lxds"
+ output="$output -lex"
output_extra="$output_extra $libs"
;;
* )
|
|