X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/4cf1ac50714d06a4b188f3cb6f150e0e554106d0..8c9bc7fbba4ecf6a4d5eefec23b1563c8f16cf10:/pango/pango.lisp diff --git a/pango/pango.lisp b/pango/pango.lisp index 54bdc9c..a62026b 100644 --- a/pango/pango.lisp +++ b/pango/pango.lisp @@ -1,5 +1,5 @@ ;; Common Lisp bindings for GTK+ v2.0 -;; Copyright (C) 2001 Espen S. Johnsen +;; Copyright (C) 2001 Espen S. Johnsen ;; ;; This library is free software; you can redistribute it and/or ;; modify it under the terms of the GNU Lesser General Public @@ -15,13 +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: pango.lisp,v 1.2 2001-05-29 16:56:13 espen Exp $ +;; $Id: pango.lisp,v 1.4 2002-03-19 17:14:22 espen Exp $ (in-package "PANGO") (eval-when (:compile-toplevel :load-toplevel :execute) - (init-types-in-library - "/opt/gnome/lib/libpango.so" - :ignore ("_pango_fribidi_get_type")) + (init-types-in-library "libpango-1.0.so" :ignore ("_pango_fribidi_get_type")) (define-types-by-introspection "Pango"))