fixed erroneous removal of three lines from fltk-config.cmake.in

(STR #2408)


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7815 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser
2010-11-11 08:54:33 +00:00
parent 3cf2305b5c
commit 832c8787ab
+3
View File
@@ -358,6 +358,9 @@ if test "$echo_ldstaticflags" = "yes"; then
fi
if test "$echo_libs" = "yes"; then
USELIBS="$libdir/libfltk.a"
if test x$use_forms = xyes; then
USELIBS="$libdir/libfltk_forms.a $USELIBS"
fi