X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=pipes.asd;h=5922c746769d7615f6f6fdaed949de22fe700978;hb=439ba38fc06701c4db33f9aaf5ab17a0c88ea6ca;hp=09c7be52e84c17fd21b9798ff20656bccf114b26;hpb=47ce7b6ab97b1e6ca2c8ff6bcba47fd9796f318f;p=pipes.git 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"))))