summaryrefslogtreecommitdiff
path: root/xaw6.pc.in
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-06-24 21:20:32 +0000
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-06-24 21:20:32 +0000
commite3e78cd7815716d8af729c19833bec51d7e3f19c (patch)
treeb6759a734f444af3ddeb557caa835bf89a4ca583 /xaw6.pc.in
parentcc658b573a13f36868c5a2263e0b3ff8d0230b86 (diff)
downloadxorg-lib-libXaw-e3e78cd7815716d8af729c19833bec51d7e3f19c.tar.gz
Change the so names to libXaw{6,7,8}.so and install a symlink from
libXaw.so to the newest version installed
Diffstat (limited to 'xaw6.pc.in')
-rw-r--r--xaw6.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/xaw6.pc.in b/xaw6.pc.in
index 71f3d96..0b88412 100644
--- a/xaw6.pc.in
+++ b/xaw6.pc.in
@@ -6,5 +6,5 @@ includedir=@includedir@
Name: Xaw
Description: X Athena Widgets Library, version 6
Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -lXaw @XAW6_LIBS@
+Libs: -L${libdir} -lXaw6 @XAW6_LIBS@
Cflags: -I${includedir} @XAW6_CFLAGS@