From 8dac15372cf5f18009fa64d18393f2820a3f000a Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 21 Nov 2007 04:43:28 +0000 Subject: Add -L. to DSOFLAGS (STR #1791) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5988 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- makeinclude.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makeinclude.in') diff --git a/makeinclude.in b/makeinclude.in index a5a5875e3..5802b73f9 100644 --- a/makeinclude.in +++ b/makeinclude.in @@ -74,7 +74,7 @@ DSOCOMMAND = @DSOCOMMAND@ # libraries to link with: AUDIOLIBS = @AUDIOLIBS@ -DSOFLAGS = @DSOFLAGS@ +DSOFLAGS = -L. @DSOFLAGS@ LDFLAGS = $(OPTIM) @LDFLAGS@ LDLIBS = @LIBS@ GLDLIBS = @GLLIB@ @LIBS@ -- cgit v1.2.3