summaryrefslogtreecommitdiff
path: root/pixmaps
diff options
context:
space:
mode:
Diffstat (limited to 'pixmaps')
-rw-r--r--pixmaps/Makefile.am7
-rw-r--r--pixmaps/chrysalide_128.pngbin0 -> 10861 bytes
-rw-r--r--pixmaps/chrysalide_32.pngbin0 -> 1789 bytes
-rw-r--r--pixmaps/chrysalide_64.pngbin0 -> 4525 bytes
4 files changed, 6 insertions, 1 deletions
diff --git a/pixmaps/Makefile.am b/pixmaps/Makefile.am
index 479d9eb..bc88f48 100644
--- a/pixmaps/Makefile.am
+++ b/pixmaps/Makefile.am
@@ -1,4 +1,9 @@
+APP_ICONS = \
+ chrysalide_32.png \
+ chrysalide_64.png \
+ chrysalide_128.png
+
REVISION_PIX = \
revision_0.png \
revision_1.png \
@@ -36,4 +41,4 @@ EXTRA_DIST = \
oidapixdir = $(datadir)/openida
-oidapix_DATA = dropwin_back.png $(REVISION_PIX) $(TOOLBAR_BUTTONS) $(LIST_ICONS)
+oidapix_DATA = dropwin_back.png $(APP_ICONS) $(REVISION_PIX) $(TOOLBAR_BUTTONS) $(LIST_ICONS)
diff --git a/pixmaps/chrysalide_128.png b/pixmaps/chrysalide_128.png
new file mode 100644
index 0000000..da0e463
--- /dev/null
+++ b/pixmaps/chrysalide_128.png
Binary files differ
diff --git a/pixmaps/chrysalide_32.png b/pixmaps/chrysalide_32.png
new file mode 100644
index 0000000..7f68fff
--- /dev/null
+++ b/pixmaps/chrysalide_32.png
Binary files differ
diff --git a/pixmaps/chrysalide_64.png b/pixmaps/chrysalide_64.png
new file mode 100644
index 0000000..af35d6f
--- /dev/null
+++ b/pixmaps/chrysalide_64.png
Binary files differ