~unity-team/unity-lens-video/libunity7-compatible

« back to all changes in this revision

Viewing changes to data/Makefile.am

  • Committer: Tarmac
  • Author(s): Pawel Stolowski
  • Date: 2013-04-23 10:36:54 UTC
  • mfrom: (123.1.3 fix-scope-ids)
  • Revision ID: tarmac-20130423103654-1jd7724h4bebr6jo
Fixed scope ids. Fixes: https://bugs.launchpad.net/bugs/1171567.

Approved by Michal Hruby, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
%.service: %.service.in
10
10
        $(AM_V_GEN)sed -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@
11
11
 
12
 
scope_in_files = video-local.scope.in video-remote.scope.in
 
12
scope_in_files = local.scope.in remote.scope.in
13
13
scopedir = $(SCOPESDIR)/video
14
14
scope_DATA = $(scope_in_files:.scope.in=.scope)
15
15
 
23
23
CLEANFILES = \
24
24
  unity-scope-video-remote.service \
25
25
  unity-lens-video.service \
26
 
  video-local.scope \
27
 
  video-remote.scope \
 
26
  local.scope \
 
27
  remote.scope \
28
28
  $(NULL)