X-Git-Url: http://git.kpe.io/?p=pipes.git;a=blobdiff_plain;f=pipes.asd;fp=pipes.asd;h=5922c746769d7615f6f6fdaed949de22fe700978;hp=09c7be52e84c17fd21b9798ff20656bccf114b26;hb=439ba38fc06701c4db33f9aaf5ab17a0c88ea6ca;hpb=318bc76da7e8bd15e84af24ab87757c10208c7a7 diff --git a/pipes.asd b/pipes.asd index 09c7be5..5922c74 100644 --- a/pipes.asd +++ b/pipes.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: pipes.asd,v 1.2 2002/11/08 16:51:40 kevin Exp $ +;;;; $Id: pipes.asd,v 1.3 2003/03/15 00:48:56 kevin Exp $ ;;;; ;;;; This file, part of PIPES, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; ************************************************************************* @@ -23,6 +23,6 @@ (pushnew :pipes cl:*features*)) :components ((:file "package") - (:file "pipes" :depends-on ("package")))) + (:file "src" :depends-on ("package"))))