~khurshid-alam/indicator-sound/lp-1714517

« back to all changes in this revision

Viewing changes to data/Makefile.am

  • Committer: Pete Woods
  • Date: 2013-08-16 03:13:41 UTC
  • mto: This revision was merged to the branch mainline in revision 367.
  • Revision ID: pete.woods@canonical.com-20130816031341-796d95t01jzc0aue
Build using cmake

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
gsettings_SCHEMAS = \
2
 
  com.canonical.indicator.sound.gschema.xml
3
 
@GSETTINGS_RULES@
4
 
 
5
 
dbus_servicesdir = $(datadir)/dbus-1/services
6
 
dbus_services_DATA = indicator-sound.service
7
 
 
8
 
%.service: %.service.in
9
 
        sed -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@
10
 
 
11
 
indicatordir = $(INDICATOR_DIR)
12
 
dist_indicator_DATA = com.canonical.indicator.sound
13
 
 
14
 
EXTRA_DIST = \
15
 
  $(gsettings_SCHEMAS) \
16
 
  indicator-sound.service.in
17
 
 
18
 
CLEANFILES = \
19
 
  $(dbus_services_DATA)
20