source: trunk/nio-httpd.asd

Last change on this file was 6, checked in by psmith, 18 years ago

Moved to standard directory structure

File size: 227 bytes
Line 
1
2(defsystem :nio-httpd
3 :components ((:file "src/nio-server")
4              (:file "src/nio-httpd" :depends-on ("src/nio-server"))
5              (:file "src/nio-httpd-default-site" :depends-on ("src/nio-httpd")))
6 :depends-on (:nio))
Note: See TracBrowser for help on using the repository browser.