summaryrefslogtreecommitdiff
path: root/data/Makefile.am
blob: 52cc60fe79e78eff6ade98bdedf5ad468b7fef9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
clothesdir = $(datadir)/zenity/clothes
clothes_DATA = \
	monk.png		\
	gnome-tshirt.png	\
	sunglasses.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)