aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
-rw-r--r--Source/Makefile.am1
2 files changed, 2 insertions, 1 deletions
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 \