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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SUBDIRS = icons

servicedir=$(datadir)/dbus-1/services
service_DATA=org.freedesktop.Notifications.service

gsettings_SCHEMAS=com.canonical.NotifyOSD.gschema.xml
@GSETTINGS_RULES@

EXTRA_DIST=org.freedesktop.Notifications.service.in \
	   com.canonical.NotifyOSD.gschema.xml

convertdir = $(datadir)/GConf/gsettings
convert_DATA = notify-osd.convert
EXTRA_DIST += $(convert_DATA)

org.freedesktop.Notifications.service: org.freedesktop.Notifications.service.in
	sed "s,@LIBEXECDIR@,$(libexecdir)," $< > $@

CLEANFILES = org.freedesktop.Notifications.service