diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-03-04 14:48:08 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-03-04 14:48:08 +0000 |
| commit | d38b07ca265826eeb3ac5309a09454e072fa7881 (patch) | |
| tree | 10e3a91c3d0d1cd5baced76509a06be9136e74de /makeinclude.in | |
| parent | 70dd4ee71e12da8e699344f51a41a422e5c12e0b (diff) | |
Updated DSO stuff in configure.in (soname, -fPIC, etc)
Added LDFLAGS to LDLIBS in makeinclude.in.
git-svn-id: file:///fltk/svn/fltk/trunk@355 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'makeinclude.in')
| -rw-r--r-- | makeinclude.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/makeinclude.in b/makeinclude.in index d849d613f..e4e5163b5 100644 --- a/makeinclude.in +++ b/makeinclude.in @@ -1,5 +1,5 @@ # -# "$Id: makeinclude.in,v 1.5 1999/01/07 19:16:49 mike Exp $" +# "$Id: makeinclude.in,v 1.6 1999/03/04 14:48:08 mike Exp $" # # Make include file for the Fast Light Tool Kit (FLTK). # @configure_input@ @@ -47,8 +47,8 @@ LIBCOMMAND =@LIBCOMMAND@ RANLIB =@RANLIB@ # libraries to link with: -LDLIBS =@LIBS@ @GLLIB@ -lX11 -lXext @X_EXTRA_LIBS@ -lm +LDLIBS =@LDFLAGS@ @LIBS@ @GLLIB@ -lX11 -lXext @X_EXTRA_LIBS@ -lm # -# End of "$Id: makeinclude.in,v 1.5 1999/01/07 19:16:49 mike Exp $". +# End of "$Id: makeinclude.in,v 1.6 1999/03/04 14:48:08 mike Exp $". # |
