From 86aa545775d7822420302b0720ebb7be38de89b9 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sun, 7 Apr 2013 03:23:19 +0200 Subject: Remove McCLIM as dependency and properly require The McCLIM dependency will come back, but for v0.1.* it is not a requirement. Also properly require `cl-sqlite' by adding it in the `asdf:defsystem' call. --- lisp/make-image.lisp | 2 -- 1 file changed, 2 deletions(-) (limited to 'lisp/make-image.lisp') diff --git a/lisp/make-image.lisp b/lisp/make-image.lisp index 4ebc1fd..dab37a4 100644 --- a/lisp/make-image.lisp +++ b/lisp/make-image.lisp @@ -21,8 +21,6 @@ (error "This lisp implementation iss not supported.") (require 'asdf) -(require 'sqlite) -(require 'mcclim) (asdf:oos 'asdf:load-op 'clark) -- cgit v1.2.3-54-g00ecf