X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql.asd;h=03faf1a084564e889ac56ef1e684ed91b898e2ea;hp=55562fd4da5666e47d5c136d6d2a29effeb12174;hb=736227185dd5fcda15796ef2a0da1bebb82ee9e5;hpb=8d558ce162d1360f92e4d65d054e2f61c786319e diff --git a/clsql.asd b/clsql.asd index 55562fd..03faf1a 100644 --- a/clsql.asd +++ b/clsql.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql.asd,v 1.17 2003/05/02 03:05:54 kevin Exp $ +;;;; $Id: clsql.asd,v 1.18 2003/05/07 02:45:08 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -16,10 +16,11 @@ ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;; ************************************************************************* -(in-package :asdf) +(defpackage #:clsql-system (:use #:asdf #:cl)) +(in-package #:clsql-system) #+(or allegro lispworks cmu sbcl openmcl mcl scl) -(defsystem :clsql +(defsystem clsql :name "clsql" :author "Kevin Rosenberg " :maintainer "Kevin M. Rosenberg "