Update makefile to add new modules
svn: r13080
This commit is contained in:
parent
b4b9675feb
commit
5b8bc47bce
@ -8,11 +8,17 @@ pkgdatadir = $(datadir)/@PACKAGE@/gen/db
|
|||||||
pkgdata_PYTHON = \
|
pkgdata_PYTHON = \
|
||||||
__init__.py\
|
__init__.py\
|
||||||
base.py \
|
base.py \
|
||||||
|
bsddbtxn.py \
|
||||||
cursor.py \
|
cursor.py \
|
||||||
dbconst.py \
|
dbconst.py \
|
||||||
dbdir.py \
|
dbdir.py \
|
||||||
exceptions.py \
|
exceptions.py \
|
||||||
iterator.py
|
iterator.py \
|
||||||
|
read.py \
|
||||||
|
txn.py \
|
||||||
|
undoredo.py \
|
||||||
|
upgrade.py \
|
||||||
|
write.py
|
||||||
|
|
||||||
pkgpyexecdir = @pkgpyexecdir@/gen/db
|
pkgpyexecdir = @pkgpyexecdir@/gen/db
|
||||||
pkgpythondir = @pkgpythondir@/gen/db
|
pkgpythondir = @pkgpythondir@/gen/db
|
||||||
|
Loading…
Reference in New Issue
Block a user