From 6e4e3c8aeef592edbf9e37bd7793eccf2b87c91d Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Tue, 29 Feb 2000 20:28:23 +0000 Subject: [PATCH] Added DOH git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@298 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Source/Modules1.1/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SWIG/Source/Modules1.1/Makefile.in b/SWIG/Source/Modules1.1/Makefile.in index c6dc4b645..13dde8796 100644 --- a/SWIG/Source/Modules1.1/Makefile.in +++ b/SWIG/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 -I$(srcdir)/../SWIG1.3 +INCLUDE = -I$(srcdir)/../Include -I$(srcdir)/../SWIG1.1 -I$(srcdir)/../SWIG1.3 -I$(srcdir)/../DOH/Include # Rules for creation of a .o file from .cxx .SUFFIXES: .cxx