Fix copy/paste error.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@6001 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet 2007-12-16 20:44:28 +00:00
parent 3601f63659
commit 8f270ac7e3
1 changed files with 2 additions and 2 deletions

View File

@ -314,11 +314,11 @@ if test "$echo_libs" = "yes"; then
echo $libdir/libfltk.a
if test x$use_forms = xyes; then
echo $libdir/libfltk_images.a
echo $libdir/libfltk_forms.a
fi
if test x$use_gl = xyes; then
echo $libdir/libfltk_images.a
echo $libdir/libfltk_gl.a
fi
if test x$use_images = xyes; then