changeset 81:dea8021b4f47

Woops need the -ldw -ldwcompat in there. ;)
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 27 Mar 2002 10:37:26 +0000
parents 5e4730c42014
children aec9a0b0b539
files dw-config.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dw-config.in	Wed Mar 27 10:33:44 2002 +0000
+++ b/dw-config.in	Wed Mar 27 10:37:26 2002 +0000
@@ -74,6 +74,6 @@
 fi
 
 if test "$echo_libs" = "yes"; then
-      echo -L${prefix}/lib $dw_libs
+      echo -L${prefix}/lib -ldw -ldwcompat $dw_libs
 fi