From 022e5d90f1e3a6b429f522941729438f5452ee02 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 9 Mar 1999 18:32:44 +0000 Subject: Updated Linux DSO rules. Changed configure.in, makeinclude, and src/Makefile to use DSOCOMMAND instead of replacing LIBCOMMAND. src/Makefile now creates both static and shared libraries if --enable-shared is requested. fluid/Makefile always uses the static library so that a CVS build will always work, even if libfltk.so.1 isn't installed (problem for Solaris and Linux, which don't support LD_LIBRARY_PATH). git-svn-id: file:///fltk/svn/fltk/trunk@387 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- makeinclude.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'makeinclude.in') diff --git a/makeinclude.in b/makeinclude.in index e4e5163b5..735bd0ba9 100644 --- a/makeinclude.in +++ b/makeinclude.in @@ -1,5 +1,5 @@ # -# "$Id: makeinclude.in,v 1.6 1999/03/04 14:48:08 mike Exp $" +# "$Id: makeinclude.in,v 1.7 1999/03/09 18:32:42 mike Exp $" # # Make include file for the Fast Light Tool Kit (FLTK). # @configure_input@ @@ -45,10 +45,11 @@ CXXFLAGS =@CXXFLAGS@ @X_CFLAGS@ LIBNAME =@LIBNAME@ LIBCOMMAND =@LIBCOMMAND@ RANLIB =@RANLIB@ +DSOCOMMAND =@DSOCOMMAND@ # libraries to link with: LDLIBS =@LDFLAGS@ @LIBS@ @GLLIB@ -lX11 -lXext @X_EXTRA_LIBS@ -lm # -# End of "$Id: makeinclude.in,v 1.6 1999/03/04 14:48:08 mike Exp $". +# End of "$Id: makeinclude.in,v 1.7 1999/03/09 18:32:42 mike Exp $". # -- cgit v1.2.3