Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/secore/Makefile.am
blob: 393ba8f557ceb21072b8f0fbdbf7a407b9dec426 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
datastoredir = $(pythondir)/secore
datastore_PYTHON =		\
	__init__.py		\
	datastructures.py	\
	fieldmappings.py	\
	searchconnection.py	\
	errors.py          	\
	highlight.py		\
	marshall.py		\
	fieldactions.py		\
	indexerconnection.py	\
	parsedate.py