X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=cl-notify.asd;h=1350e361b06503303a5561b7c024df88f544fe37;hb=0528c6df7cab842b89d6f8bf92d9b1ac4f6cd678;hp=08c4d68657627a28e67049037e39b6002d043efb;hpb=b5f7c6a5d004191242687edfcb87af1ea3c6dafc;p=cl-inotify.git 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")))