~ubuntu-branches/ubuntu/oneiric/notify-osd/oneiric

« back to all changes in this revision

Viewing changes to data/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Ken VanDine
  • Date: 2011-09-22 12:19:01 UTC
  • Revision ID: package-import@ubuntu.com-20110922121901-j4avl5mqjn6r9h2p
Tags: 0.9.32-0ubuntu3
* Merged gconf -> gsettings convert fix from trunk (LP: #827897)
* src/Makefile.am
  - Add -lm to LDADD to fix FTBFS

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