Christophe Weblog Wiki Code Publications Music
just-about support first-arg-only-special-case in pattern specializers
[specializable.git] / specializable.asd
index 94512ac58e77aecca5060bce85e6085a88361e8c..e1a193b87e7197ccb28a44f1fb2f1106ba22ad3e 100644 (file)
@@ -10,4 +10,8 @@
   :author      "Jan Moringen <jmoringe@techfak.uni-bielefeld.de>"
   :license     "TODO"
   :description "Generalized specializers - SBCL only"
-  :components  ((:file       "specializable")))
+  :components  ((:module "src"
+                 :serial t
+                 :components ((:file       "pcl-patch"
+                                           :if-feature :sbcl)
+                              (:file       "specializable")))))