Added @LIBS@ to the LIBS field. This is necessary to pick up the
right libraries for the experimental build on Solaris and a few other machines. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@161 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
c4e5aa9eb9
commit
423f6cde0f
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ srcdir = @ROOT_DIR@
|
|||
SHELL = /bin/sh
|
||||
CC = @CC@
|
||||
CXX = @CXX@
|
||||
LIBS =
|
||||
LIBS = @LIBS@
|
||||
|
||||
SWIG_LIB = $(prefix)/lib/swig1.3
|
||||
BIN_DIR = $(exec_prefix)/bin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue