summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDave Beazley <dave-swig@dabeaz.com>2000-02-04 20:51:26 +0000
committerDave Beazley <dave-swig@dabeaz.com>2000-02-04 20:51:26 +0000
commit8277e7eb3b08e0743ce2e9862d1bf31bdda3bb81 (patch)
tree3a96617cbcb72ca766d76c4a4571cd0c44bff0d3 /Makefile.in
parentdf5e523581e49e9383f540729cd73837bcda082c (diff)
downloadswig-8277e7eb3b08e0743ce2e9862d1bf31bdda3bb81.tar.gz
Added XML
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@197 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
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 \