From 6b3f61e3ffab1e3770a819aceecb06decf13f9da Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Mon, 29 Dec 2008 19:45:46 +0000 Subject: In the configuration setp, LIBNAME (which contains the local path of the library as seen from the src directory) was used wrong. I added LIBBASENAME, the true library name without the path, and replaced LIBNAME wherever it was used wrongly. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6611 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- makeinclude.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'makeinclude.in') diff --git a/makeinclude.in b/makeinclude.in index 3b49099f6..0320dc36c 100644 --- a/makeinclude.in +++ b/makeinclude.in @@ -75,6 +75,12 @@ IMGDSONAME = @IMGDSONAME@ CAIRODSONAME = @CAIRODSONAME@ DSOCOMMAND = @DSOCOMMAND@ +LIBBASENAME = @LIBBASENAME@ +FLLIBBASENAME = @FLLIBBASENAME@ +GLLIBBASENAME = @GLLIBBASENAME@ +IMGLIBBASENAME = @IMGLIBBASENAME@ +CAIROLIBBASENAME= @CAIROLIBBASENAME@ + # libraries to link with: AUDIOLIBS = @AUDIOLIBS@ CAIROLIBS = @CAIROLIBS@ -- cgit v1.2.3