diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2008-12-29 19:45:46 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2008-12-29 19:45:46 +0000 |
| commit | 6b3f61e3ffab1e3770a819aceecb06decf13f9da (patch) | |
| tree | 36720c0b169a6049bbc3ed80aefa85affa3074b1 /makeinclude.in | |
| parent | 7180c24f3c32491971f984196607ff65a345a914 (diff) | |
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
Diffstat (limited to 'makeinclude.in')
| -rw-r--r-- | makeinclude.in | 6 |
1 files changed, 6 insertions, 0 deletions
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@ |
