3e05834b4c
2004-09-13 Glynn Foster <glynn.foster@sun.com> * data/Makefile.am, data/zenity-notification.png: Add new notification icon. * src/Makefile.am: Update for new files. * src/about.c, src/calendar.c, src/entry.c, src/fileselection.c, src/progress.c, src/text.c, src/tree.c, src/msg.c: Restructure code a little bit for new utility functions for setting window icons. * src/eggtrayicon.c, src/eggtrayicon.h: New files for notification area support. * src/main.c, src/notification.c, src/util.c, src/util.h, src/zenity.h: Add support for notification area. * data/zenity.1, help/*: Update docs for notification and new file selection changes.
23 lines
436 B
Makefile
23 lines
436 B
Makefile
clothesdir = $(datadir)/zenity/clothes
|
|
clothes_DATA = \
|
|
monk.png \
|
|
gnome-tshirt.png \
|
|
sunglasses.png \
|
|
surfboard.png \
|
|
hawaii-shirt.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 \
|
|
zenity-notification.png
|
|
|
|
man_MANS = zenity.1
|
|
|
|
EXTRA_DIST = $(images_DATA) $(clothes_DATA) $(man_MANS)
|