574404b13e
2003-01-29 Glynn Foster <glynn.foster@sun.com> * README: Update * configure.in: Remove some bogus configure checks that we almost certainly don't need. * src/about.c, data/Makefile.am, data/*.png: Add new pixbuf for about dialog. * TODO: Update accordingly
17 lines
319 B
Makefile
17 lines
319 B
Makefile
clothesdir = $(datadir)/zenity/clothes
|
|
clothes_DATA = \
|
|
monk.png \
|
|
gnome-tshirt.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)
|