~ubuntu-branches/ubuntu/trusty/indicator-sound-gtk2/trusty-proposed

« back to all changes in this revision

Viewing changes to data/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Lionel Le Folgoc
  • Date: 2012-09-10 00:09:01 UTC
  • Revision ID: package-import@ubuntu.com-20120910000901-q6469svv5d3pmn0y
Tags: upstream-12.10.0.1
ImportĀ upstreamĀ versionĀ 12.10.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUBDIRS = icons
 
2
 
 
3
gsettings_SCHEMAS = \
 
4
  com.canonical.indicator.sound.gschema.xml
 
5
@GSETTINGS_RULES@
 
6
 
 
7
dbus_servicesdir = $(DBUSSERVICEDIR)
 
8
dbus_services_DATA = indicator-sound.service
 
9
 
 
10
%.service: %.service.in
 
11
        sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@
 
12
 
 
13
EXTRA_DIST = \
 
14
  $(gsettings_SCHEMAS) \
 
15
  indicator-sound.service.in
 
16
 
 
17
CLEANFILES = \
 
18
  $(dbus_services_DATA)
 
19
  
 
 
b'\\ No newline at end of file'