824N/ASolaris libXp was shipped as libXp.so.1 so use that for binary compatibility
824N/A
824N/A--- src/Makefile.am Fri Dec 2 20:41:50 2005
824N/A+++ src/Makefile.am Mon Aug 11 14:49:19 2008
824N/A@@ -31,5 +31,4 @@
824N/A # every platform, so until we change the ABI in an incompatible fashion,
824N/A # we have to use -version-number
824N/A #
919N/A-XP_VERSION=-version-number 6:2:0
919N/A-libXp_la_LDFLAGS = $(XP_VERSION) -no-undefined
919N/A+libXp_la_LDFLAGS = -version-number 1 -no-undefined
919N/A