Added atk.gir to the list of tracked .gir files.
[trivial-gtk.git] / atk.asd
blob4bac26aa5c3d23102eaf9d660775f679aa30afb9
3 (asdf:defsystem :atk
4   :depends-on (:iterate :cffi)
5   :serial t
6   :components
7   ((:file "atk-package")
8    (:file "atk-types")
9    (:file "atk-funcs")))