Added proper linker flags for alien.so and removed unnecessary dependency
[clg] / gdk / gdk.asd
index 5f04e4e..c70f896 100644 (file)
@@ -15,6 +15,7 @@
                 (:library "libgdk-x11-2.0" 
                           :libdir #.(pkg-variable "gtk+-2.0" "libdir"))
                 (:unix-dso "alien"
+                           :ldflags #.(pkg-libs "gtk+-2.0")
                            :components ((:c-source-file "glue"
                                          :cflags #.(pkg-cflags "gtk+-2.0"))))
                 (:file "gdktypes" :depends-on ("defpackage" "alien"