Changeset 17


Ignore:
Timestamp:
12/28/06 01:05:42 (18 years ago)
Author:
psmith
Message:

more tidy

Location:
branches/home/psmith/restructure/src
Files:
2 added
1 deleted
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • TabularUnified branches/home/psmith/restructure/src/event/event-notification.asd ΒΆ

    r15 r17  
    55(defsystem :event-notification
    66
    7     :components ((:file "src/event-notification")
    8                  (:file "src/kqueue-cffi" :depends-on ("src/event-notification"))
    9                  (:file "src/epoll-cffi" :depends-on ("src/event-notification"))
    10                  (:file "src/kqueue" :depends-on ("src/event-notification" "src/kqueue-cffi"))
    11                  (:file "src/errno")
    12                  (:file "src/epoll" :depends-on ("src/event-notification" "src/epoll-cffi" "src/errno")))
     7    :components ((:file "event-notification")
     8                 (:file "kqueue-cffi" :depends-on ("event-notification"))
     9                 (:file "epoll-cffi" :depends-on ("event-notification"))
     10                 (:file "kqueue" :depends-on ("event-notification" "kqueue-cffi"))
     11                 (:file "epoll" :depends-on ("event-notification" "epoll-cffi")))
    1312
    14     :depends-on (:cffi))
     13    :depends-on (:cffi :nio-compat))
    1514
Note: See TracChangeset for help on using the changeset viewer.