From 8277e7eb3b08e0743ce2e9862d1bf31bdda3bb81 Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Fri, 4 Feb 2000 20:51:26 +0000 Subject: [PATCH] Added XML git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@197 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.in b/Makefile.in index 4c0e078bf..959e94aa2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -37,6 +37,8 @@ swig: SWIG1.1 Modules1.1 Swig Preprocessor DOH experiment: Swig Preprocessor LParse Experiment Swim SWILL DOH $(CXX) -o $(TARGET) \ $(SOURCE)/Experiment/libexp.a \ + $(SOURCE)/Xmlparse/libxmlparse.a \ + $(SOURCE)/Expat/libexpat.a \ $(SOURCE)/LParse/liblparse.a \ $(SOURCE)/Preprocessor/libcpp.a \ $(SOURCE)/Swig/libswig.a \