r4852: Auto commit for Debian build
[pipes.git] / pipes.asd
index 5922c746769d7615f6f6fdaed949de22fe700978..2ea9b5aa63f68ada90756c4d4616d1cb8513245b 100644 (file)
--- a/pipes.asd
+++ b/pipes.asd
@@ -7,20 +7,15 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: pipes.asd,v 1.3 2003/03/15 00:48:56 kevin Exp $
+;;;; $Id: pipes.asd,v 1.4 2003/05/06 16:15:51 kevin Exp $
 ;;;;
 ;;;; This file, part of PIPES, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;; *************************************************************************
 
-#+allegro (require :pxml)
-#+(and allegro common-lisp-controller) (c-l-c::clc-require :aserve)
-#+(and allegro (not common-lisp-controller)) (require :aserve)
-       
-(in-package :asdf)
+(defpackage #:pipes-system (:use #:cl #:asdf))
+(in-package :pipes-system)
 
-(defsystem :pipes
-    :perform (load-op :after (op pipes)
-                     (pushnew :pipes cl:*features*))
+(defsystem pipes
     :components 
     ((:file "package")
      (:file "src" :depends-on ("package"))))