Typo.
[cl-gtk2.git] / gdk / cl-gtk2-gdk.asd
index 96691fe..3c7c2cc 100644 (file)
@@ -1,10 +1,11 @@
 (defsystem :cl-gtk2-gdk
   :name :cl-gtk2-gdk
-  :version "0.1"
+  :version "0.1.1"
   :author "Kalyanov Dmitry <Kalyanov.Dmitry@gmail.com>"
   :license "LLGPL"
   :serial t
   :components ((:file "gdk.package")
+               (:file "gdk.threads")
                (:file "gdk.objects")
                (:file "gdk.functions")
                (:file "gdk.general")
                (:file "gdk.gc")
                (:file "gdk.drawing-primitives")
                (:file "gdk.bitmaps")
-               (:file "gdk.rgb"))
-  :depends-on (:cl-gtk2-glib :cffi :cl-gtk2-pango))
\ No newline at end of file
+               (:file "gdk.rgb")
+               (:file "gdk.images")
+               (:file "gdk.pixbufs")
+               (:file "gdk.colors")
+               (:file "gdk.visual")
+               (:file "gdk.cursor")
+               (:file "gdk.windows")
+               (:file "gdk.events")
+               (:file "gdk.key-values")
+               (:file "gdk.selections")
+               (:file "gdk.drag-and-drop")
+               (:file "gdk.input-devices")
+               (:file "gdk.pango"))
+  :depends-on (:cl-gtk2-glib :cffi :cl-gtk2-pango))