~ps-jenkins/notify-osd/latestsnapshot-0.9.35daily13.05.30-0ubuntu1

« back to all changes in this revision

Viewing changes to data/Makefile.am

  • Committer: Mirco Müller
  • Date: 2011-09-19 10:48:18 UTC
  • mfrom: (442.1.1 notify-osd.fix-827897)
  • Revision ID: mirco.mueller@ubuntu.com-20110919104818-q6126mpjrkorofd4
Fix LP: #827897

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
EXTRA_DIST=org.freedesktop.Notifications.service.in \
11
11
           com.canonical.NotifyOSD.gschema.xml
12
12
 
 
13
convertdir = $(datadir)/GConf/gsettings
 
14
convert_DATA = notify-osd.convert
 
15
EXTRA_DIST += $(convert_DATA)
 
16
 
13
17
org.freedesktop.Notifications.service: org.freedesktop.Notifications.service.in
14
18
        sed "s,@LIBEXECDIR@,$(libexecdir)," $< > $@
15
19