]> Pileus Git - aweather/blob - data/Makefile.am
Win32 fixes and improvements
[aweather] / data / Makefile.am
1 gtkbuilderdir = $(datadir)/aweather/
2 dist_gtkbuilder_DATA = main.ui
3
4 configdir = $(datadir)/aweather/
5 dist_config_DATA = defaults.ini
6
7 if WIN32
8 noinst_DATA = aweather.ico
9 else
10 desktopdir = $(datadir)/applications
11 dist_desktop_DATA = aweather.desktop
12
13 pixmapdir = $(datadir)/pixmaps
14 dist_pixmap_DATA = aweather.png
15 endif
16
17 .svg.png:
18         rsvg -w 48 -h 48 $< $@
19 .png.ico:
20         icotool -c $< -o $@
21
22 maintainer-clean-local:
23         rm -f Makefile.in