Update of /project/cells-gtk/cvsroot/root/gtk-ffi In directory clnet:/tmp/cvs-serv4089/root/gtk-ffi
Modified Files: gtk-ffi.asd Log Message: Applied patches from Andras Simon
--- /project/cells-gtk/cvsroot/root/gtk-ffi/gtk-ffi.asd 2006/02/19 20:16:57 1.13 +++ /project/cells-gtk/cvsroot/root/gtk-ffi/gtk-ffi.asd 2006/06/07 16:57:38 1.14 @@ -13,7 +13,8 @@ :name "gtk-ffi" :depends-on (:cells :pod-utils :cffi :cffi-uffi-compat) :components - ((:file "gtk-ffi") + ((:file "package") + (:file "gtk-ffi" :depends-on ("package")) (:file "gtk-core" :depends-on ("gtk-ffi")) (:file "gtk-other" :depends-on ("gtk-ffi")) (:file "gtk-button" :depends-on ("gtk-ffi"))