X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/24af32f5ff029a242ac5d7f53bf3ca5036b8dd15..40acf00a08610eca6483543436f2186e2f57672d:/atk/atk.lisp diff --git a/atk/atk.lisp b/atk/atk.lisp index e01cf4f..1c38106 100644 --- a/atk/atk.lisp +++ b/atk/atk.lisp @@ -15,11 +15,11 @@ ;; 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.2 2002/03/19 17:15:05 espen Exp $ (in-package "ATK") (eval-when (:compile-toplevel :load-toplevel :execute) - (init-types-in-library "libatk.so") + (init-types-in-library "libatk-1.0.so") (define-types-by-introspection "Atk"))