~3v1n0/unity-lens-applications/use-gee-0.8

« back to all changes in this revision

Viewing changes to data/Makefile.am

  • Committer: Tarmac
  • Author(s): Pawel Stolowski
  • Date: 2013-05-16 23:32:08 UTC
  • mfrom: (337.1.6 merge-smartscopes2)
  • Revision ID: tarmac-20130516233208-px6irq6har6c12zw
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:
2
2
# DBus service files
3
3
#############################################################
4
4
dbus_servicesdir = $(DBUSSERVICEDIR)
5
 
service_in_files =  unity-lens-applications.service.in
 
5
service_in_files =  unity-scope-applications.service.in
6
6
dbus_services_DATA = $(service_in_files:.service.in=.service)
7
7
 
8
8
%.service: %.service.in
39
39
  $(menu_in_files)
40
40
 
41
41
CLEANFILES = \
42
 
  unity-lens-applications.service \
 
42
  unity-scope-applications.service \
43
43
  $(gsettings_SCHEMAS)
44
44