From 5b8bc47bce20a179c5b696295b91323620cfd8b0 Mon Sep 17 00:00:00 2001 From: Gerald Britton Date: Wed, 19 Aug 2009 20:30:40 +0000 Subject: [PATCH] Update makefile to add new modules svn: r13080 --- src/gen/db/Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/gen/db/Makefile.am b/src/gen/db/Makefile.am index 2253997f8..776b68761 100644 --- a/src/gen/db/Makefile.am +++ b/src/gen/db/Makefile.am @@ -8,11 +8,17 @@ pkgdatadir = $(datadir)/@PACKAGE@/gen/db pkgdata_PYTHON = \ __init__.py\ base.py \ + bsddbtxn.py \ cursor.py \ dbconst.py \ dbdir.py \ exceptions.py \ - iterator.py + iterator.py \ + read.py \ + txn.py \ + undoredo.py \ + upgrade.py \ + write.py pkgpyexecdir = @pkgpyexecdir@/gen/db pkgpythondir = @pkgpythondir@/gen/db