X-Git-Url: http://git.kpe.io/?p=pubmed.git;a=blobdiff_plain;f=pubmed.asd;h=01cbbd41adc0ac198b73a4a6e7e7d5a7e26d44b8;hp=07dfdab64013dd6ab87a96e1dc901bf8908bb821;hb=ea796ca151dd84714368e9ceb36c6bed684068b1;hpb=b83e11568554b44f6ef128655db363d180eb58c0 diff --git a/pubmed.asd b/pubmed.asd index 07dfdab..01cbbd4 100644 --- a/pubmed.asd +++ b/pubmed.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Sep 2002 ;;;; -;;;; $Id: pubmed.asd,v 1.3 2002/11/08 16:51:40 kevin Exp $ +;;;; $Id: pubmed.asd,v 1.4 2003/05/06 16:24:49 kevin Exp $ ;;;; ;;;; This file, part of cl-pubmed, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -32,10 +32,7 @@ :description "Library for querying the PubMed medical literature database" :long-description "This library has functions for querying the PubMed medical literature database and parsing the XML results into Common Lisp objects." - :perform (load-op :after (op pubmed) - (pushnew :pubmed cl:*features*)) - - :components ((:file "pubmed")) + :components ((:file "src")) :depends-on (:kmrcl #-allegro :aserve))