summaryrefslogtreecommitdiff
path: root/data/Makefile.am
blob: 232136b344a5a80dbc3b9f92e01b3bf6c5222c81 (plain)
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)