comparison dw-config.in @ 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 b559c06a76c2
comparison
equal deleted inserted replaced
80:5e4730c42014 81:dea8021b4f47
72 if test "$echo_cflags" = "yes"; then 72 if test "$echo_cflags" = "yes"; then
73 echo -I${prefix}/include $dw_cflags 73 echo -I${prefix}/include $dw_cflags
74 fi 74 fi
75 75
76 if test "$echo_libs" = "yes"; then 76 if test "$echo_libs" = "yes"; then
77 echo -L${prefix}/lib $dw_libs 77 echo -L${prefix}/lib -ldw -ldwcompat $dw_libs
78 fi 78 fi
79 79