Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/olpc/datastore/Makefile.am
blob: e32b314bdcb1936d1567500406abe0317603c6ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
datastoredir = $(pythondir)/olpc/datastore
datastore_PYTHON = 		\
	__init__.py		\
	backingstore.py 	\
	bin_copy.py		\
	converter.py 		\
	datastore.py		\
	logger.py		\
	model.py		\
	xapianindex.py		\
	utils.py		\
	__version__.py