~unity-team/unity-lens-video/raring

« back to all changes in this revision

Viewing changes to data/Makefile.am

  • Committer: Pawel Stolowski
  • Date: 2012-11-22 12:23:14 UTC
  • mto: (101.4.2 video-vala)
  • mto: This revision was merged to the branch mainline in revision 106.
  • Revision ID: pawel.stolowski@canonical.com-20121122122314-t8wk92z23gooi7g2
Various build-related fixed; distcheck now works.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
dbus_servicesdir = $(DBUSSERVICEDIR)
 
2
service_in_files =  \
 
3
  unity-scope-video-remote.service.in \
 
4
  unity-lens-video.service.in \
 
5
  $(NULL)
 
6
 
 
7
dbus_services_DATA = $(service_in_files:.service.in=.service)
 
8
 
 
9
%.service: %.service.in
 
10
        $(AM_V_GEN)sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@
 
11
 
 
12
lens_in_files = video.lens.in
 
13
lensdir = $(LENSESDIR)/video
 
14
lens_DATA = $(lens_in_files:.lens.in=.lens)
 
15
 
 
16
@INTLTOOL_LENS_RULE@
 
17
 
 
18
EXTRA_DIST = \
 
19
  $(service_in_files) \
 
20
  $(lens_in_files) \
 
21
  $(NULL)
 
22
 
 
23
CLEANFILES = \
 
24
  unity-scope-video-remote.service \
 
25
  unity-lens-video.service \
 
26
  video.lens \
 
27
  $(NULL)