X-Git-Url: http://dolda2000.com/gitweb/?p=lisp-utils.git;a=blobdiff_plain;f=common-net.asd;h=dbb69e90b547a0db68be700b0d89b9d19852de25;hp=5546fc8faab514642429faa9f9d94f4deca917c4;hb=a95b7451611a6c54642c362d1b18ec450dc82d7a;hpb=cc4296f0b9606708699cda908c0c766a703a2136 diff --git a/common-net.asd b/common-net.asd index 5546fc8..dbb69e9 100644 --- a/common-net.asd +++ b/common-net.asd @@ -5,4 +5,5 @@ #+sbcl (:file "net-sbcl") #+ecl (:file "net-ecl") #+(or sbcl ecl) (:file "net-sb-bsd") ; ECL uses SB-BSD-SOCKETS + #+abcl (:file "net-abcl") #+clisp (:file "net-clisp")))