1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
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)