zenity/data/Makefile.am
Glynn Foster 9e7cbd647f Add new. Update coordinates.
2003-02-01  Glynn Foster  <glynn.foster@sun.com>

	* data/Makefile.am, data/sunglasses.png: Add new.
	* src/about.c: Update coordinates.
2003-02-01 12:13:25 +00:00

18 lines
337 B
Makefile

clothesdir = $(datadir)/zenity/clothes
clothes_DATA = \
monk.png \
gnome-tshirt.png \
sunglasses.png
imagesdir = $(datadir)/zenity/
images_DATA = \
zenity.png \
zenity-calendar.png \
zenity-list.png \
zenity-file.png \
zenity-progress.png \
zenity-text.png \
zenity-entry.png
EXTRA_DIST = $(images_DATA) $(clothes_DATA)