[sword-cvs] sword/src/mgr Makefile.am,1.12,1.13

sword@www.crosswire.org sword@www.crosswire.org
Fri, 11 Jul 2003 10:41:12 -0700


Update of /usr/local/cvsroot/sword/src/mgr
In directory www:/tmp/cvs-serv4727/src/mgr

Modified Files:
	Makefile.am 
Log Message:

dglassey: icu makefile work
ICUDATA isn't used so remove it from the mgr Makefile
install the icu stuff to $(libdir)/sword/icu$(ICU_VER) so that different versions coexist
(probly want to change that to depend on sword ver as well)


Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/sword/src/mgr/Makefile.am,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Makefile.am	9 Jul 2003 21:52:45 -0000	1.12
+++ Makefile.am	11 Jul 2003 17:41:10 -0000	1.13
@@ -6,13 +6,7 @@
 globdef =
 endif
 
-if ICU
-icudatadir = -DICUDATA=\"${pkglibdir}\"
-else
-icudatadir =
-endif
-
-INCLUDES += $(globdef) $(icudatadir)
+INCLUDES += $(globdef)
 
 libsword_la_SOURCES += $(mgrdir)/swconfig.cpp
 libsword_la_SOURCES += $(mgrdir)/swmgr.cpp