X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=glib%2Fcl-gtk2-glib.asd;h=908923f0fc4c1f0a2968fe00daaf5870d15159f6;hb=bcc0750a3031ca5bfb5d1084f56e60e1ab991973;hp=6827b9bfcd9b0e5b0cc8f96e87bf5a3eb6f46215;hpb=5b933b92b39c8c30f0ebcd4a0e23268d55c90cc4;p=cl-gtk2.git diff --git a/glib/cl-gtk2-glib.asd b/glib/cl-gtk2-glib.asd index 6827b9b..908923f 100644 --- a/glib/cl-gtk2-glib.asd +++ b/glib/cl-gtk2-glib.asd @@ -1,6 +1,6 @@ (defsystem :cl-gtk2-glib :name :cl-gtk2-glib - :version "0.1" + :version "0.1.1" :author "Kalyanov Dmitry " :license "LLGPL" :serial t @@ -10,6 +10,7 @@ (:file "glib.string") (:file "glib.quark") (:file "glib.gerror") + (:file "glib.utils") (:file "gobject.init") (:file "gobject.ffi.package") @@ -38,4 +39,4 @@ (:file "gobject.boxed") (:file "gobject.object-function")) - :depends-on (:cffi :trivial-garbage :iterate :bordeaux-threads :iterate :closer-mop)) \ No newline at end of file + :depends-on (:cffi :trivial-garbage :iterate :bordeaux-threads :iterate :closer-mop))