~unity-team/unity-lens-sample/trunk

« back to all changes in this revision

Viewing changes to data/Makefile.am

  • Committer: Mikkel Kamstrup Erlandsen
  • Date: 2010-10-23 19:14:05 UTC
  • Revision ID: mikkel.kamstrup@gmail.com-20101023191405-u1kt2st3nxou2hha
Initial dump

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
dbus_servicesdir = $(DBUSSERVICEDIR)
 
2
service_in_files =  unity-place-files.service.in
 
3
dbus_services_DATA = $(service_in_files:.service.in=.service)
 
4
 
 
5
%.service: %.service.in
 
6
        sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@
 
7
 
 
8
EXTRA_DIST = \
 
9
  $(service_in_files)
 
10
 
 
11
CLEANFILES = \
 
12
  unity-place-files.service