chiark / gitweb /
Fix compilation for Gtk with the new, stricter inheritance
[clg] / gffi / gffi.asd
index 72a555900f4083b227d75f19a3642bf8216ebd89..b19fdfd373a2db07e424b5b9d9e84926d3b72c52 100644 (file)
     :depends-on (clg-tools)
     :components ((:file "defpackage")
                 #+(and cmu19a (not non-broken-pcl))(:file "pcl")
-                (:unix-dso "alien" :components ((:c-source-file "memory")))
+                (: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 ("alien" "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"))