[evolution-patches] Patch to fix a11y Libs Build in gal



This patch installs the now normal library a11y lib with proper
version info so that we can handle the binary compatibility
maintanence issues properly. It also gets rid of the @LDFLAGS@
expansion which was nominally useless.

-- dobey

Index: gal/a11y/Makefile.am
===================================================================
RCS file: /cvs/gnome/gal/gal/a11y/Makefile.am,v
retrieving revision 1.5
diff -u -r1.5 Makefile.am
--- gal/a11y/Makefile.am	5 Aug 2003 06:29:34 -0000	1.5
+++ gal/a11y/Makefile.am	11 Aug 2003 21:09:20 -0000
@@ -17,8 +17,7 @@
 lib_LTLIBRARIES = libgal-a11y-2.0.la
 
 libgal_a11y_2_0_la_LDFLAGS =    \
-	-avoid-version  \
-        @LDFLAGS@
+	-version-info $(GAL_CURRENT):$(GAL_REVISION):$(GAL_AGE) 
 
 libgal_a11y_2_0_la_SOURCES =	\
 	gal-a11y-util.c

Attachment: signature.asc
Description: Questa parte del messaggio =?ISO-8859-1?Q?=E8?= firmata



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]