Updated copyright years.
[flashlight-appl] / data / Makefile.am
1 #
2 #  Flashlight applet (widget) for Maemo.
3 #  Copyright (C) 2009, 2010 Roman Moravcik
4 #
5 #  This program is free software; you can redistribute it and/or modify
6 #  it under the terms of the GNU General Public License as published by
7 #  the Free Software Foundation; either version 2 of the License, or
8 #  (at your option) any later version.
9 #
10 #  This program is distributed in the hope that it will be useful,
11 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
12 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 #  GNU General Public License for more details.
14 #
15 #  You should have received a copy of the GNU General Public License
16 #  along with this program; if not, write to the Free Software
17 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18 #
19
20 imagesdir = $(datadir)/icons/hicolor/48x48/hildon
21 images_DATA = statusarea_flashlight_on.png statusarea_flashlight_off.png
22
23 # Intltool generates the .desktop file from the .desktop.in file,
24 # which configure generates from the .desktop.in.in file:
25 desktopdir = $(HILDON_HOME_DESKTOP_DIR)
26 desktop_in_files = flashlight-applet.desktop.in
27 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
28 @INTLTOOL_DESKTOP_RULE@
29
30 DISTCLEANFILES = $(desktop_DATA)