diff options
Diffstat (limited to 'src/lisp')
-rw-r--r-- | src/lisp/Makefile.in | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lisp/Makefile.in b/src/lisp/Makefile.in index 58a2b489..5bf625d4 100644 --- a/src/lisp/Makefile.in +++ b/src/lisp/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2007, Gabriel Dos Reis. +# Copyright (C) 2007-2008, Gabriel Dos Reis. # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -38,11 +38,6 @@ pamphlets = Makefile.pamphlet build_libdir = ./$(top_builddir)/src/lib -lisp_DEPENDENCIES = $(build_libdir)/cfuns-c.lo \ - $(build_libdir)/sockio-c.lo \ - $(build_libdir)/libspad.la - - ## Ideally, we would like to use Libtool for producing, and linking with, ## object files from C codes. That means any C source code ## explicitly included in OpenAxiom, or produced internally by a Lisp |