~mhr3/unity-lens-files/fix-749566

« back to all changes in this revision

Viewing changes to data/Makefile.am

  • Committer: Tarmac
  • Author(s): Michal Hruby
  • Date: 2012-03-08 17:54:50 UTC
  • mfrom: (212.1.6 unity-lens-files)
  • Revision ID: tarmac-20120308175450-aj62d2ch3fpxspar
Use locate to make sure we're able to find files which aren't logged by Zeitgeist. Also adds a gsettings schema where this can be easily disabled.

UNBLOCK. Fixes: . Approved by Didier Roche.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
%.service: %.service.in
6
6
        sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@
7
7
 
 
8
#############################################################
 
9
# GSettings schemas
 
10
#############################################################
 
11
gsettings_SCHEMAS = com.canonical.Unity.FilesLens.gschema.xml
 
12
 
 
13
@INTLTOOL_XML_NOMERGE_RULE@
 
14
 
 
15
@GSETTINGS_RULES@
 
16
 
8
17
EXTRA_DIST = \
 
18
  com.canonical.Unity.FilesLens.gschema.xml.in.in \
9
19
  $(service_in_files)
10
20
 
11
21
CLEANFILES = \
12
 
  unity-lens-files.service
 
22
  unity-lens-files.service \
 
23
  $(gsettings_SCHEMAS)
 
24