[sword-cvs] sword/src/modules/filters Makefile.am,1.16,1.17

sword@www.crosswire.org sword@www.crosswire.org
Thu, 1 May 2003 03:59:47 -0700


Update of /usr/local/cvsroot/sword/src/modules/filters
In directory www:/tmp/cvs-serv14222/src/modules/filters

Modified Files:
	Makefile.am 
Log Message:

dglassey: fix build system to work with automake 1.6 again


Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/sword/src/modules/filters/Makefile.am,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** Makefile.am	30 Apr 2003 20:45:17 -0000	1.16
--- Makefile.am	1 May 2003 10:59:45 -0000	1.17
***************
*** 63,75 ****
  
  if ICU
! DEFS += -D_ICU_
! libsword_la_SOURCES += $(SWICUSRC)
  else
  if ICUSWORD
! DEFS += -D_ICU_ -D_ICUSWORD_
! libsword_la_SOURCES += $(SWICUSRC)
  else
! EXTRA_DIST = $(SWICUSRC)
  endif
  endif
  
--- 63,82 ----
  
  if ICU
! ICUDEFS = -D_ICU_
! DISTSWICUSRC =
! SWREALICUSRC = $(SWICUSRC)
  else
  if ICUSWORD
! ICUDEFS = -D_ICU_ -D_ICUSWORD_
! DISTSWICUSRC =
! SWREALICUSRC = $(SWICUSRC)
  else
! DISTSWICUSRC = $(SWICUSRC)
! SWREALICUSRC =
  endif
  endif
+ 
+ INCLUDES += $(ICUDEFS)
+ libsword_la_SOURCES += $(SWREALICUSRC)
+ EXTRA_DIST = $(DISTSWICUSRC)