Added clisp module.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7327 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Surendra Singhi 2005-07-13 08:05:49 +00:00
commit a3d45a73d6
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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 \