X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/blobdiff_plain/573b21cca20711ae540d40f9d38051072147a7e7..43e8a182b5a4b41d3b5bb063cecb15d12ae3964b:/atk/atk.lisp diff --git a/atk/atk.lisp b/atk/atk.lisp index 98d7542..8a2cd7c 100644 --- a/atk/atk.lisp +++ b/atk/atk.lisp @@ -15,11 +15,14 @@ ;; License along with this library; if not, write to the Free Software ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -;; $Id: atk.lisp,v 1.1 2002-01-20 14:03:59 espen Exp $ +;; $Id: atk.lisp,v 1.4 2004-11-06 21:39:57 espen Exp $ (in-package "ATK") + (eval-when (:compile-toplevel :load-toplevel :execute) - (init-types-in-library "libatk.so") + (init-types-in-library + #.(concatenate 'string (pkg-config:pkg-variable "atk" "libdir") + "/libatk-1.0.so") :prefix "atk_")) - (define-types-by-introspection "Atk")) +(define-types-by-introspection "Atk")