~larsu/indicator-messages/incoming

« back to all changes in this revision

Viewing changes to data/Makefile.am

  • Committer: Tarmac
  • Author(s): Lars Uebernickel
  • Date: 2013-09-06 12:31:15 UTC
  • mfrom: (375.1.3 arch-dependent-libdir)
  • Revision ID: tarmac-20130906123115-e5564mffm44ksrgm
Install into /usr/lib/$arch, to be consistent with the other indicators.

Approved by PS Jenkins bot, Sebastien Bacher.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
dbus_services_DATA = indicator-messages.service
5
5
 
6
6
%.service: %.service.in
7
 
        sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@
 
7
        sed -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@
8
8
 
9
9
gsettings_SCHEMAS = com.canonical.indicator.messages.gschema.xml
10
10
@GSETTINGS_RULES@