[sword-cvs] sword/lib Makefile.am,1.20,1.21

sword at www.crosswire.org sword at www.crosswire.org
Mon May 10 10:57:28 MST 2004


Update of /cvs/core/sword/lib
In directory www:/tmp/cvs-serv11097

Modified Files:
	Makefile.am 
Log Message:

dglassey: use the VERSION as the lib postfix


Index: Makefile.am
===================================================================
RCS file: /cvs/core/sword/lib/Makefile.am,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- Makefile.am	7 May 2004 17:49:45 -0000	1.20
+++ Makefile.am	10 May 2004 17:57:26 -0000	1.21
@@ -1,4 +1,4 @@
-AUTOMAKE_OPTIONS = 1.6
+#AUTOMAKE_OPTIONS = 1.6
 AM_CPPFLAGS = -I$(top_srcdir)/include
 AM_CPPFLAGS += -DUSE_AUTOTOOLS -DUNIX -Dunix
 
@@ -44,7 +44,7 @@
 
 libsword_la_LIBADD = $(ICULIBADD) $(IMGRLIBADD) 
 
-libsword_la_LDFLAGS = -version-info 5
+libsword_la_LDFLAGS = -release $(VERSION)
 
 #if BUILDSPLITLIB
 #libsword_flat_la_LDFLAGS = -version-info 5




More information about the sword-cvs mailing list