[sword-cvs] sword/src/mgr Makefile.am,1.6,1.7
sword@www.crosswire.org
sword@www.crosswire.org
Sat, 1 Mar 2003 11:57:08 -0700
Update of /usr/local/cvsroot/sword/src/mgr
In directory www:/tmp/cvs-serv15674/src/mgr
Modified Files:
Makefile.am
Log Message:
Martin: bugs in the make system fixed under Daniel's supervision.
Now ready for "make dist".
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/sword/src/mgr/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Makefile.am 23 Oct 2002 23:14:39 -0000 1.6
--- Makefile.am 1 Mar 2003 18:57:06 -0000 1.7
***************
*** 13,17 ****
endif
-
DEFS += $(globdef) $(icudatadir)
--- 13,16 ----
***************
*** 25,27 ****
libsword_la_SOURCES += $(mgrdir)/localemgr.cpp
libsword_la_SOURCES += $(mgrdir)/swcacher.cpp
- libsword_la_SOURCES += $(mgrdir)/swsourcemgr.cpp
--- 24,25 ----