X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=gdk%2Fcl-gtk2-gdk.asd;h=d511314c9f1dba9f7cdcb31d507abf05512b7363;hb=402600a5af7e5ed830a4313eeb9cfb9c8fc4b0d3;hp=06af81fb90c8553760758200b80b73c3d8922e42;hpb=f4d84c3f9348f078ce0b7dbfc07a605b58fae832;p=cl-gtk2.git diff --git a/gdk/cl-gtk2-gdk.asd b/gdk/cl-gtk2-gdk.asd index 06af81f..d511314 100644 --- a/gdk/cl-gtk2-gdk.asd +++ b/gdk/cl-gtk2-gdk.asd @@ -1,10 +1,20 @@ (defsystem :cl-gtk2-gdk :name :cl-gtk2-gdk + :version "0.1" :author "Kalyanov Dmitry " :license "LLGPL" :serial t :components ((:file "gdk.package") (:file "gdk.objects") (:file "gdk.functions") - (:file "gdk.general")) - :depends-on (:cl-gtk2-glib :cffi)) \ No newline at end of file + (:file "gdk.general") + (:file "gdk.display") + (:file "gdk.screen") + (:file "gdk.region") + (:file "gdk.gc") + (:file "gdk.drawing-primitives") + (:file "gdk.bitmaps") + (:file "gdk.rgb") + (:file "gdk.images") + (:file "gdk.pixbufs")) + :depends-on (:cl-gtk2-glib :cffi :cl-gtk2-pango)) \ No newline at end of file