10e683c2e7
2003-01-18 Glynn Foster <glynn.foster@sun.com> * data/Makefile.am, data/zenity.png, src/about.c: Hooray! Zenity now has an about window icon. It's very zen too.
12 lines
215 B
Makefile
12 lines
215 B
Makefile
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)
|