From a3a86ae6ef1ee83edd55d448aa31c5efe286c653 Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Sat, 26 Feb 2000 20:19:56 +0000 Subject: [PATCH] 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 --- Source/Modules1.1/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Modules1.1/Makefile.in b/Source/Modules1.1/Makefile.in index 39e663b29..c6dc4b645 100644 --- a/Source/Modules1.1/Makefile.in +++ b/Source/Modules1.1/Makefile.in @@ -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