Implement more functionality:
[stopish] / data / Makefile.am
1 #
2 # This file is part of stopish
3 #
4 # Copyright 2009 Michael Cronenworth <mike@cchtml.com>
5 #
6
7 # The icons
8
9 icondir = $(datadir)/icons/hicolor
10
11 icon_16x16_DATA = icons/16x16/stopish.png
12 icon_26x26_DATA = icons/26x26/stopish.png
13 icon_40x40_DATA = icons/40x40/stopish.png
14 icon_scalable_DATA = icons/scalable/stopish.png
15
16 # The data files
17
18 desktopdir = $(datadir)/applications/hildon
19 desktop_DATA = stopish.desktop
20
21 servicedir = $(datadir)/dbus-1/services
22 service_DATA = com.nokia.stopish.service
23
24 EXTRA_DIST = $(service_DATA) $(desktop_DATA) \
25                          $(icon_16x16_DATA) $(icon_26x26_DATA) $(icon_40x40_DATA) $(icon_scalable_DATA)