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:
Dave Beazley 2000-01-28 17:27:21 +00:00
commit 423f6cde0f

View file

@ -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