Cleanup.
[jamendo] / res / Makefile.am
1 resdir = $(datadir)/jamendo/res
2 res_DATA = \
3                 list_search.png \
4                 list_star.png \
5                 list_radio.png \
6                 list_playlist.png \
7                 list_top.png \
8                 no_cd.png \
9                 player_prev_light.png \
10                 player_play_light.png \
11                 player_pause_light.png \
12                 player_stop_light.png \
13                 player_next_light.png \
14                 logo.png \
15                 list_star.png
16
17 icondir = $(datadir)/pixmaps
18 icon_DATA = qgn_list_jamendo.png
19
20 EXTRA_DIST = $(res_DATA) $(icon_DATA)