X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=gdk%2Fcl-gtk2-gdk.asd;h=3c7c2ccc76c15f48b63b5e334aa8a17afde9245e;hb=HEAD;hp=2a7c3d47f11ec73e0038a2bdf8a33c4ab43ee7fb;hpb=5aa5c511161e18d051028f0728665ecb2811a049;p=cl-gtk2.git diff --git a/gdk/cl-gtk2-gdk.asd b/gdk/cl-gtk2-gdk.asd index 2a7c3d4..3c7c2cc 100644 --- a/gdk/cl-gtk2-gdk.asd +++ b/gdk/cl-gtk2-gdk.asd @@ -1,10 +1,11 @@ (defsystem :cl-gtk2-gdk :name :cl-gtk2-gdk - :version "0.1" + :version "0.1.1" :author "Kalyanov Dmitry " :license "LLGPL" :serial t :components ((:file "gdk.package") + (:file "gdk.threads") (:file "gdk.objects") (:file "gdk.functions") (:file "gdk.general") @@ -22,5 +23,9 @@ (:file "gdk.cursor") (:file "gdk.windows") (:file "gdk.events") - (:file "gdk.key-values")) - :depends-on (:cl-gtk2-glib :cffi :cl-gtk2-pango)) \ No newline at end of file + (: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))