Added SWIG1.3 to include search path
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@273 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
79a4bd4509
commit
a3a86ae6ef
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ RANLIB = @RANLIB@
|
|||
TARGET = libmodules11.a
|
||||
OBJS = swigmain.o tcl8.o perl5.o python.o pycpp.o guile.o java.o
|
||||
SRCS = swigmain.cxx tcl8.cxx perl5.cxx python.cxx pycpp.cxx guile.cxx java.cxx
|
||||
INCLUDE = -I$(srcdir)/../Include -I$(srcdir)/../SWIG1.1
|
||||
INCLUDE = -I$(srcdir)/../Include -I$(srcdir)/../SWIG1.1 -I$(srcdir)/../SWIG1.3
|
||||
|
||||
# Rules for creation of a .o file from .cxx
|
||||
.SUFFIXES: .cxx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue