Enhanced functionality and more convenience.
[cl-inotify.git] / cl-notify.asd
index 08c4d68..1350e36 100644 (file)
@@ -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")))