~ubuntu-branches/ubuntu/quantal/zeitgeist/quantal

« back to all changes in this revision

Viewing changes to _zeitgeist/engine/upgrades/Makefile.in

* New upstream release. Some of the changes are:
   - Various performance improvements (speed, reduced I/O, etc).
   - Enhancements to the extensions system (eg. feature to ask which
     extensions are active).
   - Various bug fixes (eg. fixed find_event_for_template Python API method).
   - Added new mimetype mappings.
* Updated debian/copyright and debian/zeitgeist-core.install.

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
GMSGFMT = @GMSGFMT@
99
99
GREP = @GREP@
100
100
HAVE_RAPPER = @HAVE_RAPPER@
 
101
HAVE_RDFLIB = @HAVE_RDFLIB@
101
102
INSTALL = @INSTALL@
102
103
INSTALL_DATA = @INSTALL_DATA@
103
104
INSTALL_PROGRAM = @INSTALL_PROGRAM@
193
194
appdir = $(datadir)/zeitgeist/_zeitgeist/engine/upgrades
194
195
app_PYTHON = \
195
196
        __init__.py \
196
 
        core_0_1.py
 
197
        core_0_1.py \
 
198
        core_1_2.py \
 
199
        core_2_3.py \
 
200
        $(NULL)
197
201
 
198
202
all: all-am
199
203