rest gtk-icon-factory- functions
[cl-gtk2.git] / gdk / cl-gtk2-gdk.asd
index 66da341..aa6cdfc 100644 (file)
@@ -5,9 +5,11 @@
   :license "LLGPL"
   :serial t
   :components ((:file "gdk.package")
+               (:file "gdk.threads")
                (:file "gdk.objects")
                (:file "gdk.functions")
                (:file "gdk.general")
+               (:file "gdk.dnd")
                (:file "gdk.display")
                (:file "gdk.screen")
                (:file "gdk.region")
                (:file "gdk.visual")
                (:file "gdk.cursor")
                (:file "gdk.windows")
-               (:file "gdk.events"))
-  :depends-on (:cl-gtk2-glib :cffi :cl-gtk2-pango))
\ No newline at end of file
+               (: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))