diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-03-05 17:21:14 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-03-05 17:21:14 +0000 |
commit | e12765e9c45a95cb676b5258e66a8f1825231d98 (patch) | |
tree | aa0159f120998c13f59f8920fb37b0be02be3747 /pango.pc.in | |
parent | a69f02aa56e30b459e919fbb67107526ccb256a7 (diff) | |
download | pango-e12765e9c45a95cb676b5258e66a8f1825231d98.tar.gz |
Switch over to GLib/GTK+ style library versioning. Update version numbers
Tue Mar 5 11:00:20 2002 Owen Taylor <otaylor@redhat.com>
* configure.in **/Makefile.am *.pc.in: Switch over to
GLib/GTK+ style library versioning. Update version numbers
to 1.0.0.
Diffstat (limited to 'pango.pc.in')
-rw-r--r-- | pango.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango.pc.in b/pango.pc.in index 70b1195c..00b14a11 100644 --- a/pango.pc.in +++ b/pango.pc.in @@ -7,6 +7,6 @@ Name: Pango Description: Internationalized text handling Version: @VERSION@ Requires: @FRIBIDI_PC@glib-2.0,gobject-2.0,gmodule-2.0 -Libs: -L${libdir} -lpango +Libs: -L${libdir} -lpango-@PANGO_API_VERSION@ Cflags: -I${includedir}/pango-1.0 |