~jbicha/hud/build-depend-on-valac-not-gir

« back to all changes in this revision

Viewing changes to data/Makefile.am

  • Committer: Tarmac
  • Author(s): Ted Gould, Pete Woods, Antti Kaijanmäki, Ted Gould, Albert Astals, Ryan Lortie, Łukasz 'sil2100' Zemczak, Albert Astals Cid, Mathieu Trudel-Lapierre, Kaleo, Tarmac, Ricardo Salveti de Araujo, Michael Terry, Automatic PS uploader
  • Date: 2013-04-10 16:04:51 UTC
  • mfrom: (227.3.148 phablet)
  • Revision ID: tarmac-20130410160451-o3owpv3zaxulm5of
HUD 2.0 Merge.

Approved by PS Jenkins bot, Mathieu Trudel-Lapierre.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
gsettings_SCHEMAS = \
2
 
    com.canonical.indicator.appmenu.hud.gschema.xml \
3
 
    com.canonical.indicator.appmenu.hud.search.gschema.xml
4
 
 
5
 
@GSETTINGS_RULES@
6
 
 
7
 
dbus_servicesdir = $(DBUSSERVICEDIR)
8
 
dbus_services_DATA = com.canonical.hud.service
9
 
 
10
 
%.service: %.service.in
11
 
        sed -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@
12
 
 
13
 
EXTRA_DIST = \
14
 
        $(dbus_services_DATA:.service=.service.in) \
15
 
        $(gsettings_SCHEMAS)
16
 
 
17
 
CLEANFILES = \
18
 
        $(dbus_services_DATA)