summaryrefslogtreecommitdiff
path: root/pangox.pc.in
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-03-05 17:21:14 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-03-05 17:21:14 +0000
commite12765e9c45a95cb676b5258e66a8f1825231d98 (patch)
treeaa0159f120998c13f59f8920fb37b0be02be3747 /pangox.pc.in
parenta69f02aa56e30b459e919fbb67107526ccb256a7 (diff)
downloadpango-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 'pangox.pc.in')
-rw-r--r--pangox.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pangox.pc.in b/pangox.pc.in
index 275c77e1..bb7ff511 100644
--- a/pangox.pc.in
+++ b/pangox.pc.in
@@ -7,6 +7,6 @@ Name: Pango X
Description: X Window System font support for Pango
Version: @VERSION@
Requires: pango
-Libs: -L${libdir} -lpangox @PKGCONFIG_X_LIBS@
+Libs: -L${libdir} -lpangox-@PANGO_API_VERSION@ @PKGCONFIG_X_LIBS@
Cflags: -I${includedir}/pango-1.0 @X_CFLAGS@