From a3d45a73d66b2bd724908cc9a1c2b99e2d93d990 Mon Sep 17 00:00:00 2001 From: Surendra Singhi Date: Wed, 13 Jul 2005 08:05:49 +0000 Subject: [PATCH] Added clisp module. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7327 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Makefile.in | 2 +- Source/Makefile.am | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 6fa2c73f9..5ec9078bf 100644 --- a/Makefile.in +++ b/Makefile.in @@ -315,7 +315,7 @@ install-main: @$(INSTALL_PROGRAM) $(TARGET) $(DESTDIR)$(BIN_DIR)/$(TARGET) lib-languages = tcl perl5 python guile java mzscheme ruby php4 ocaml \ - pike chicken csharp modula3 allegrocl + pike chicken csharp modula3 allegrocl clisp lib-modules = std diff --git a/Source/Makefile.am b/Source/Makefile.am index 2d1ef3983..998d4eabe 100644 --- a/Source/Makefile.am +++ b/Source/Makefile.am @@ -39,6 +39,7 @@ eswig_SOURCES = CParse/cscanner.c \ Modules/allocate.cxx \ Modules/browser.cxx \ Modules/chicken.cxx \ + Modules/clisp.cxx \ Modules/contract.cxx \ Modules/csharp.cxx \ Modules/directors.cxx \