This repository has been archived on 2020-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
gnoemoe/pixmaps/Makefile.am

17 lines
422 B
Makefile
Raw Normal View History

2005-10-09 10:53:36 +02:00
SUBDIRS = userlist ice-userlist tray
icondir = $(datadir)/pixmaps
icon_DATA = gnoemoe-logo.svg
2005-10-09 10:53:36 +02:00
pixmapsdir = $(pkgdatadir)/pixmaps
2005-10-09 11:17:09 +02:00
pixmaps_DATA = editor.xpm \
2005-10-09 10:53:36 +02:00
editor_text.xpm \
editor_verb.xpm \
gnoemoe_logo.svg \
saveclose.xpm \
terminal.png \
world.svg \
world_activity.svg
2005-10-09 10:53:36 +02:00
EXTRA_DIST = $(pixmaps_DATA) $(icon_DATA)