From 11e4b02fd33f481f78c15cd1ddd422cc7acff82b Mon Sep 17 00:00:00 2001 From: danglassey Date: Thu, 24 Oct 2002 13:01:50 +0000 Subject: sync with crosswire 20021024-1300 --- ChangeLog | 3 +++ src/mgr/Makefile.am | 1 + 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 16fe3e0..b5386e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ API ChangeLog (see the ChangeLog in each 'apps' directory for app specific changes +23-Oct-2002 Daniel Glassey + some base work for installmgr on classes to + manage mods.d * Release 1.5.5 * diff --git a/src/mgr/Makefile.am b/src/mgr/Makefile.am index c648032..d0318de 100644 --- a/src/mgr/Makefile.am +++ b/src/mgr/Makefile.am @@ -24,3 +24,4 @@ libsword_la_SOURCES += $(mgrdir)/filemgr.cpp libsword_la_SOURCES += $(mgrdir)/swlocale.cpp libsword_la_SOURCES += $(mgrdir)/localemgr.cpp libsword_la_SOURCES += $(mgrdir)/swcacher.cpp +libsword_la_SOURCES += $(mgrdir)/swsourcemgr.cpp -- cgit