diff options
Diffstat (limited to 'makeinclude.in')
| -rw-r--r-- | makeinclude.in | 2 |
1 files changed, 1 insertions, 1 deletions
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@ |
