X-Git-Url: http://repo.macrolet.net/gitweb/?p=cl-inotify.git;a=blobdiff_plain;f=cl-notify.asd;h=1350e361b06503303a5561b7c024df88f544fe37;hp=08c4d68657627a28e67049037e39b6002d043efb;hb=db5ab2a9e4bad6125673b1c5cdb2d86c11841977;hpb=810a9fc074bd7496237122a415d8a17bf5dc9761 diff --git a/cl-notify.asd b/cl-notify.asd index 08c4d68..1350e36 100644 --- a/cl-notify.asd +++ b/cl-notify.asd @@ -4,7 +4,8 @@ (asdf:operate 'asdf:load-op 'cffi-grovel)) (asdf:defsystem cl-notify - :depends-on (#:cffi #:binary-types) + :depends-on (#:cffi #:binary-types #:utils-frahm-common) + :serial T :components ((:file "package") (cffi-grovel:grovel-file "grovel") (:file "inotify")))