X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=gdk%2Fcl-gtk2-gdk.asd;h=204344b7f2c103c79229570a5b4169c019acfde5;hb=e469002e1f9cea158367cc18344817ec6d1c776f;hp=35692b5aaf102f8e40f325ffb8320e676dbc1901;hpb=034e84622a14c46e317fb54a97b05518d77b782b;p=cl-gtk2.git diff --git a/gdk/cl-gtk2-gdk.asd b/gdk/cl-gtk2-gdk.asd index 35692b5..204344b 100644 --- a/gdk/cl-gtk2-gdk.asd +++ b/gdk/cl-gtk2-gdk.asd @@ -5,6 +5,7 @@ :license "LLGPL" :serial t :components ((:file "gdk.package") + (:file "gdk.threads") (:file "gdk.objects") (:file "gdk.functions") (:file "gdk.general") @@ -24,5 +25,7 @@ (:file "gdk.events") (:file "gdk.key-values") (:file "gdk.selections") - (:file "gdk.drag-and-drop")) + (:file "gdk.drag-and-drop") + (:file "gdk.input-devices") + (:file "gdk.pango")) :depends-on (:cl-gtk2-glib :cffi :cl-gtk2-pango)) \ No newline at end of file