chiark / gitweb /
Fix compilation for Gtk with the new, stricter inheritance
[clg] / gffi / gffi.asd
index 4083f0d63ec1d0eeae3c6a131ca09c0c440448f0..b19fdfd373a2db07e424b5b9d9e84926d3b72c52 100644 (file)
     :depends-on (clg-tools)
     :components ((:file "defpackage")
                 #+(and cmu19a (not non-broken-pcl))(:file "pcl")
+                (:shared-object "gffi-alien" :pathname "alien/"
+                 :components ((:c-source-file "memory")))
                 (:file "memory" :depends-on ("defpackage"))
                 (:file "interface" :depends-on ("memory"))
-                (:file "basic-types" :depends-on ("interface"))
+                (:file "basic-types" :depends-on ("gffi-alien" "interface"))
                 (:file "vectors" :depends-on ("basic-types"))
                 (:file "enums" :depends-on ("basic-types"))
                 (:file "virtual-slots" :depends-on (#+(and cmu19a (not non-broken-pcl))"pcl" "interface" "basic-types"))