1 pidginpixmapdir = get_option('datadir') + '/pixmaps/pidgin'
3 subdir('emotes/default/24')
4 subdir('emotes/small/16')
7 install_data('logo.png', 'arrow-down.xpm', 'arrow-left.xpm', 'arrow-right.xpm', 'arrow-up.xpm',
8 install_dir : pidginpixmapdir)
10 # Some of these don't use install_subdir because it deletes the target,
11 # and some target directories probably have something in them, for those
12 # installing somewhere with existing stuff. Additionally, we have
13 # extra stuff in our directories we don't want to install.
14 install_data('edit.png', 'info.png', 'pause.png',
15 install_dir : join_paths(pidginpixmapdir, 'buttons'))