summaryrefslogtreecommitdiff
path: root/data/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'data/Makefile.am')
-rw-r--r--data/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 9f5fbc6..232136b 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,3 +1,8 @@
+clothesdir = $(datadir)/zenity/clothes
+clothes_DATA = \
+ monk.png \
+ gnome-tshirt.png
+
imagesdir = $(datadir)/zenity/
images_DATA = \
zenity.png \
@@ -8,4 +13,4 @@ images_DATA = \
zenity-text.png \
zenity-entry.png
-EXTRA_DIST = $(images_DATA)
+EXTRA_DIST = $(images_DATA) $(clothes_DATA)