chiark / gitweb /
New file gtkselection.lisp
authorespen <espen>
Mon, 6 Feb 2006 12:01:11 +0000 (12:01 +0000)
committerespen <espen>
Mon, 6 Feb 2006 12:01:11 +0000 (12:01 +0000)
gtk/export.lisp
gtk/gtk.asd

index c7d5c1f756190778acfb33386070f62a223069f4..df5d23a158a1af939fec150c095df8e9060bb118 100644 (file)
@@ -8,5 +8,6 @@ (export-from-file #p"clg:gtk;gtk.lisp")
 (export-from-file #p"clg:gtk;gtktree.lisp")
 (export-from-file #p"clg:gtk;gtktext.lisp")
 (export-from-file #p"clg:gtk;gtkaction.lisp")
+(export-from-file #p"clg:gtk;gtkselection.lisp")
 (export-from-file #p"clg:gtk;gtkutils.lisp")
 (export-from-file #p"clg:gtk;gtkstyle.lisp")
index 0207cb6ee4c066cb94130ad0e6293cf76bdcaebe..d7359a0a77093fa6e8010abdeaa5e23978b8caa3 100644 (file)
@@ -32,7 +32,8 @@
                 (:file "gtktree" :depends-on ("gtktypes"))
                 (:file "gtktext" :depends-on ("gtktypes"))
                 (:file "gtkaction" :depends-on ("gtktypes"))
+                (:file "gtkselection" :depends-on ("gtktypes"))
                 (:file "gtkstyle" :depends-on ("gtktypes"))
                 (:file "gtk" :depends-on ("gtktypes"))
                 (:file "gtkutils" :depends-on ("gtk"))
-                (:file "export" :depends-on ("gtktypes" "gtkwidget" "gtkcontainer" "gtk" "gtktree" "gtkaction" "gtkutils" "gtkstyle"))))
+                (:file "export" :depends-on ("gtktypes" "gtkwidget" "gtkcontainer" "gtk" "gtktree" "gtkaction" "gtkselection" "gtkutils" "gtkstyle"))))