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

« back to all changes in this revision

Viewing changes to extensions/fts-python/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2011-11-15 11:15:56 UTC
  • mto: (6.2.2 experimental) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: package-import@ubuntu.com-20111115111556-so7cmhfbqongw7hf
Tags: upstream-0.8.99~alpha1
ImportĀ upstreamĀ versionĀ 0.8.99~alpha1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
NULL =
 
2
 
 
3
ftsdir = $(pkgdatadir)/fts-python
 
4
dist_fts_SCRIPTS = \
 
5
        fts.py \
 
6
        $(NULL)
 
7
 
 
8
dist_fts_DATA = \
 
9
        datamodel.py \
 
10
        constants.py \
 
11
        lrucache.py \
 
12
        sql.py \
 
13
        $(NULL)
 
14
 
 
15
servicedir = $(DBUS_SERVICES_DIR)
 
16
service_DATA = org.gnome.zeitgeist.fts.service
 
17
 
 
18
org.gnome.zeitgeist.fts.service: org.gnome.zeitgeist.fts.service.in
 
19
        $(AM_V_GEN)sed  -e s!\@pkgdatadir\@!$(pkgdatadir)! < $< > $@
 
20
org.gnome.zeitgeist.fts.service: Makefile
 
21
 
 
22
EXTRA_DIST = org.gnome.zeitgeist.fts.service.in
 
23
CLEANFILES = org.gnome.zeitgeist.fts.service