From 832c8787ab3769d6120b6b9c87581aae16cb3558 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Thu, 11 Nov 2010 08:54:33 +0000 Subject: 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 --- fltk-config.cmake.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fltk-config.cmake.in b/fltk-config.cmake.in index e4134023c..fcf146093 100644 --- a/fltk-config.cmake.in +++ b/fltk-config.cmake.in @@ -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 -- cgit v1.2.3