9e7cbd647f
2003-02-01 Glynn Foster <glynn.foster@sun.com> * data/Makefile.am, data/sunglasses.png: Add new. * src/about.c: Update coordinates.
18 lines
337 B
Makefile
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)
|