chiark / gitweb /
Shared object files given unique names
[clg] / gdk / gdk.asd
index 2ac3c0b6ff6f7da5de6116792e77424bbd4240a0..a3fabc807e515e7353c3912b4e2701e6fb8711f8 100644 (file)
     :depends-on (gffi glib pango #?(pkg-exists-p "gdk-2.0" :atleast-version "2.8.0") cairo)
     :components ((:file "defpackage")
                 (:library "libgdk_pixbuf-2.0" 
-                          :libdir #.(pkg-libdir "gdk-2.0")
-                          :libname #-win32 "libgdk_pixbuf-2.0" 
-                                   #+win32 "libgdk_pixbuf-2.0-0")
+                 :libdir #.(pkg-libdir "gdk-2.0")
+                 :libname #-win32 "libgdk_pixbuf-2.0" 
+                          #+win32 "libgdk_pixbuf-2.0-0")
                 (:library "libgdk-2.0" 
-                          :libdir #.(pkg-libdir "gdk-2.0")
-                          :libname #-win32 "libgdk-x11-2.0"
-                                   #+win32 "libgdk-win32-2.0-0")
-                (:unix-dso "alien"
-                           :ldflags #.(pkg-libs "gdk-2.0")
-                           :components ((:c-source-file "glue"
-                                         :cflags #.(pkg-cflags "gdk-2.0")))
-                           :depends-on (#+cmu "libgdk-2.0"))
-                (:file "gdktypes" :depends-on ("defpackage" "alien" 
+                 :libdir #.(pkg-libdir "gdk-2.0")
+                 :libname #-win32 "libgdk-x11-2.0"
+                          #+win32 "libgdk-win32-2.0-0")
+                (:shared-object "gdk-alien" :pathname "alien/"
+                 :ldflags #.(pkg-libs "gdk-2.0")
+                 :components ((:c-source-file "glue"
+                               :cflags #.(pkg-cflags "gdk-2.0")))
+                 :depends-on (#+cmu "libgdk-2.0"))
+                (:file "gdktypes" :depends-on ("defpackage" "gdk-alien" 
                                                "libgdk_pixbuf-2.0" 
                                                "libgdk-2.0"))
                 (:file "gdkevents" :depends-on ("gdktypes"))