summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDave Beazley <dave-swig@dabeaz.com>2000-12-19 04:40:02 +0000
committerDave Beazley <dave-swig@dabeaz.com>2000-12-19 04:40:02 +0000
commit92c204bafa5a0d173fcfe8947ccc8a28df5873fd (patch)
treec25af7e59b6df45d0a3169535aebf7b02c31af23 /Makefile.in
parentd66f561cfc65878f85fe84d475779cdae935d86b (diff)
downloadswig-92c204bafa5a0d173fcfe8947ccc8a28df5873fd.tar.gz
*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@962 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 134409372..1dcc47cf8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -27,9 +27,10 @@ TARGET = swig
SOURCE = Source
SOURCEDIRS = `ls $(SOURCE)`
-swig: Modules1.1 Swig Preprocessor LParse DOH
+swig: Modules1.1 Swig Modules Preprocessor LParse DOH
$(CXX) -o $(TARGET) \
$(SOURCE)/Modules1.1/libmodules11.a \
+ $(SOURCE)/Modules/libmodules.a \
$(SOURCE)/LParse/liblparse.a \
$(SOURCE)/Preprocessor/libcpp.a \
$(SOURCE)/Swig/libswig.a \