[sword-cvs] sword/lib Makefile.am,1.8,1.9
sword@www.crosswire.org
sword@www.crosswire.org
Tue, 8 Jul 2003 00:48:07 -0700
Update of /usr/local/cvsroot/sword/lib
In directory www:/tmp/cvs-serv16386/lib
Modified Files:
Makefile.am
Log Message:
dglassey: and get it to link to curl whenever you link to sword
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/sword/lib/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** Makefile.am 1 May 2003 10:59:45 -0000 1.8
--- Makefile.am 8 Jul 2003 07:48:04 -0000 1.9
***************
*** 13,17 ****
ICULIBADD =
endif
! libsword_la_LIBADD = $(ICULIBADD)
libsword_la_LDFLAGS = -version-info 1
--- 13,24 ----
ICULIBADD =
endif
!
! if INSTALLMGR
! IMGRLIBADD = $(CURL_LIBS)
! else
! IMGRLIBADD =
! endif
!
! libsword_la_LIBADD = $(ICULIBADD) $(IMGRLIBADD)
libsword_la_LDFLAGS = -version-info 1