X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-simple-streams%2Fsb-simple-streams.asd;h=f0860a908abb4a13ee085dcb858c64c0c6b53896;hb=b06500a7381d0d5a789034ab00e3f708e62805b1;hp=83dac238396b7543688ab279ae1ecfe5f909d7ac;hpb=cc9a73604f696b6e69842a95b1e11f40f8cdd7bf;p=sbcl.git diff --git a/contrib/sb-simple-streams/sb-simple-streams.asd b/contrib/sb-simple-streams/sb-simple-streams.asd index 83dac23..f0860a9 100644 --- a/contrib/sb-simple-streams/sb-simple-streams.asd +++ b/contrib/sb-simple-streams/sb-simple-streams.asd @@ -6,6 +6,8 @@ (defsystem sb-simple-streams :depends-on (sb-bsd-sockets sb-posix) + #+sb-building-contrib :pathname + #+sb-building-contrib "SYS:CONTRIB;SB-SIMPLE-STREAMS;" :components ((:file "package") (:file "fndb") (:file "iodefs" :depends-on ("package")) @@ -14,7 +16,7 @@ (:file "classes" :depends-on ("iodefs")) (:file "internal" :depends-on ("classes")) (:file "strategy" :depends-on ("internal")) - (:file "impl" :depends-on ("internal" "fndb")) + (:file "impl" :depends-on ("internal" "fndb" "file" "string")) (:file "file" :depends-on ("strategy")) (:file "direct" :depends-on ("strategy")) (:file "null" :depends-on ("strategy")) @@ -41,5 +43,3 @@ (c (eql (find-system :sb-simple-streams-tests)))) (or (funcall (intern "DO-TESTS" (find-package "SB-RT"))) (error "test-op failed"))) - -