Force asdf to call the C source file blah.c, rather than just blah. I'm
[clg] / cairo / defpackage.lisp
1 (defpackage "CAIRO"
2 (:nicknames "CR")
3 (:use "COMMON-LISP" "GFFI" "GLIB" "AUTOEXPORT" "PKG-CONFIG")
4 (:shadow "FILL"))
5