~jbicha/unity-lens-files/dont-recommend-uoa

« back to all changes in this revision

Viewing changes to data/Makefile.am

  • Committer: Tarmac
  • Author(s): Pawel Stolowski
  • Date: 2013-05-16 23:27:11 UTC
  • mfrom: (253.1.5 merge-smartscopes)
  • Revision ID: tarmac-20130516232711-1tqgf7ox8le9dxhv
Merge new scope API changes (100 scopes feature).

Approved by Łukasz Zemczak, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dbus_servicesdir = $(DBUSSERVICEDIR)
2
 
service_in_files =  unity-lens-files.service.in
 
2
service_in_files =  unity-scope-files-local.service.in
3
3
dbus_services_DATA = $(service_in_files:.service.in=.service)
4
4
 
5
5
%.service: %.service.in
19
19
  $(service_in_files)
20
20
 
21
21
CLEANFILES = \
22
 
  unity-lens-files.service \
 
22
  unity-scope-files-local.service \
23
23
  $(gsettings_SCHEMAS)
24
24