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

sword@www.crosswire.org sword@www.crosswire.org
Tue, 8 Jul 2003 00:24:31 -0700


Update of /usr/local/cvsroot/sword/utilities
In directory www:/tmp/cvs-serv15712/utilities

Modified Files:
	Makefile.am 
Log Message:

dglassey: first get it working without installmgr/curl


Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/sword/utilities/Makefile.am,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** Makefile.am	7 Jul 2003 21:15:56 -0000	1.20
--- Makefile.am	8 Jul 2003 07:24:29 -0000	1.21
***************
*** 4,10 ****
  
  noinst_PROGRAMS = cipherraw ciphertest ciphertest2 lexdump mkfastmod \
! mod2vpl vpl2mod stepdump step2vpl mod2zmod gbfidx modwrite addvs addld emptyvss \
! txt2sword addgb imp2gbs imp2ld imp2vs mod2imp thml2gbs mod2osis xml2gbs osis2mod \
! vs2osisref installmgr
  
  if ICU
--- 4,18 ----
  
  noinst_PROGRAMS = cipherraw ciphertest ciphertest2 lexdump mkfastmod \
! stepdump step2vpl gbfidx modwrite addvs addld emptyvss \
! txt2sword addgb imp2gbs imp2ld mod2imp thml2gbs xml2gbs
! 
! bin_PROGRAMS = mod2imp mod2osis osis2mod vs2osisref mod2zmod mod2vpl \
! 	vpl2mod imp2vs
! 
! if INSTALLMGR
! IMGRPROG = installmgr 
! else
! IMGRPROG = 
! endif
  
  if ICU
***************
*** 14,18 ****
  endif
  
! noinst_PROGRAMS += $(ICUPROG)
  
  if ICU
--- 22,26 ----
  endif
  
! noinst_PROGRAMS += $(ICUPROG) $(IMGRPROG)
  
  if ICU