summaryrefslogtreecommitdiffstats
path: root/pixmaps/Makefile.am
blob: 27d70967ffc59b109d687b7b602a09d65bf2bb92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

myiconspath = /usr/share/icons/hicolor

icon24dir   = $(myiconspath)/24x24/apps
icon24_DATA = 24x24/gncpmount.png

icon32dir   = $(myiconspath)/32x32/apps
icon32_DATA = 32x32/gncpmount.png

icon48dir   = $(myiconspath)/48x48/apps
icon48_DATA = 48x48/gncpmount.png

icon64dir   = $(myiconspath)/64x64/apps
icon64_DATA = 64x64/gncpmount.png

icon96dir   = $(myiconspath)/96x96/apps
icon96_DATA = 96x96/gncpmount.png


EXTRA_DIST = $(icon24_DATA) $(icon32_DATA) $(icon48_DATA) $(icon64_DATA)  $(icon96_DATA)

DISTCLEANFILES = $(icon24_DATA) $(icon32_DATA) $(icon48_DATA) $(icon64_DATA) $(icon96_DATA)