diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 7 | ||||
-rw-r--r-- | data/gnome-tshirt.png | bin | 0 -> 4147 bytes | |||
-rw-r--r-- | data/monk.png | bin | 0 -> 9773 bytes |
3 files changed, 6 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 9f5fbc65..232136b3 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) diff --git a/data/gnome-tshirt.png b/data/gnome-tshirt.png Binary files differnew file mode 100644 index 00000000..424ec61e --- /dev/null +++ b/data/gnome-tshirt.png diff --git a/data/monk.png b/data/monk.png Binary files differnew file mode 100644 index 00000000..0c515ddf --- /dev/null +++ b/data/monk.png |